Package com.bytedesk.core.black
Interface BlackRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<BlackEntity,
,String> org.springframework.data.jpa.repository.JpaRepository<BlackEntity,
,String> org.springframework.data.jpa.repository.JpaSpecificationExecutor<BlackEntity>
,org.springframework.data.repository.ListCrudRepository<BlackEntity,
,String> org.springframework.data.repository.ListPagingAndSortingRepository<BlackEntity,
,String> org.springframework.data.repository.PagingAndSortingRepository<BlackEntity,
,String> org.springframework.data.repository.query.QueryByExampleExecutor<BlackEntity>
,org.springframework.data.repository.Repository<BlackEntity,
String>
public interface BlackRepository
extends org.springframework.data.jpa.repository.JpaRepository<BlackEntity,String>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<BlackEntity>
-
Method Summary
Modifier and TypeMethodDescriptionfindByBlackUidAndOrgUidAndDeletedFalse
(String blackUid, String orgUid) findByEndTimeBefore
(LocalDateTime endTime) findFirstByBlackUid
(String blackUid) 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
-
findByUid
-
findFirstByBlackUid
-
findByEndTimeBefore
-
findByBlackUidAndOrgUidAndDeletedFalse
-