Interface TurConnectorIndexingRepository
- All Superinterfaces:
CrudRepository<TurConnectorIndexing,
,String> JpaRepository<TurConnectorIndexing,
,String> ListCrudRepository<TurConnectorIndexing,
,String> ListPagingAndSortingRepository<TurConnectorIndexing,
,String> PagingAndSortingRepository<TurConnectorIndexing,
,String> QueryByExampleExecutor<TurConnectorIndexing>
,Repository<TurConnectorIndexing,
String>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteByIndexGroupAndTransactionIdNot
(String indexGroup, String transactionId) void
deleteByObjectIdAndIndexGroup
(String objectId, String indexGroup) default void
deleteContentsWereDeIndexed
(String indexGroup, String deltaId) boolean
existsByObjectIdAndIndexGroup
(String objectId, String indexGroup) boolean
existsByObjectIdAndIndexGroupAndChecksumNot
(String objectId, String indexGroup, String checksum) findByIndexGroupAndTransactionIdNot
(String indexGroup, String transactionId) findByObjectIdAndIndexGroup
(String objectId, String indexGroup) default Optional
<List<TurConnectorIndexing>> findContentsShouldBeDeIndexed
(String indexGroup, String transactionId) Methods inherited from interface CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
Methods inherited from interface JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush
Methods inherited from interface ListCrudRepository
findAll, findAllById, saveAll
Methods inherited from interface ListPagingAndSortingRepository
findAll
Methods inherited from interface PagingAndSortingRepository
findAll
Methods inherited from interface QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findByIndexGroupAndTransactionIdNot
Optional<List<TurConnectorIndexing>> findByIndexGroupAndTransactionIdNot(String indexGroup, String transactionId) -
findContentsShouldBeDeIndexed
default Optional<List<TurConnectorIndexing>> findContentsShouldBeDeIndexed(String indexGroup, String transactionId) -
existsByObjectIdAndIndexGroup
-
existsByObjectIdAndIndexGroupAndChecksumNot
-
findByObjectIdAndIndexGroup
Optional<List<TurConnectorIndexing>> findByObjectIdAndIndexGroup(String objectId, String indexGroup) -
deleteByObjectIdAndIndexGroup
-
deleteByIndexGroupAndTransactionIdNot
-
deleteContentsWereDeIndexed
-