Package org.flasby.entity.repository
Interface BannedIpRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<BannedIp,String>
,org.springframework.data.jpa.repository.JpaRepository<BannedIp,String>
,org.springframework.data.repository.PagingAndSortingRepository<BannedIp,String>
,org.springframework.data.repository.query.QueryByExampleExecutor<BannedIp>
,org.springframework.data.repository.Repository<BannedIp,String>
public interface BannedIpRepository extends org.springframework.data.jpa.repository.JpaRepository<BannedIp,String>
-
-
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, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush
-
-