Package com.bytedesk.core.ip.black
Interface IpBlacklistRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<IpBlacklistEntity,
,Long> org.springframework.data.jpa.repository.JpaRepository<IpBlacklistEntity,
,Long> org.springframework.data.jpa.repository.JpaSpecificationExecutor<IpBlacklistEntity>
,org.springframework.data.repository.ListCrudRepository<IpBlacklistEntity,
,Long> org.springframework.data.repository.ListPagingAndSortingRepository<IpBlacklistEntity,
,Long> org.springframework.data.repository.PagingAndSortingRepository<IpBlacklistEntity,
,Long> org.springframework.data.repository.query.QueryByExampleExecutor<IpBlacklistEntity>
,org.springframework.data.repository.Repository<IpBlacklistEntity,
Long>
public interface IpBlacklistRepository
extends org.springframework.data.jpa.repository.JpaRepository<IpBlacklistEntity,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<IpBlacklistEntity>
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush
Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, delete, exists, findAll, findAll, findAll, findBy, findOne
Methods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAll
Methods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAll
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll
Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findByIp
-
findByUid
-
findByEndTimeBefore
-