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
deleteByNameAndTransactionIdNot
(String name, String transactionId) void
deleteByObjectIdAndNameAndEnvironment
(String objectId, String name, String environment) default void
deleteContentsWereDeIndexed
(String name, String deltaId) boolean
existsByObjectIdAndNameAndEnvironment
(String objectId, String name, String environment) boolean
existsByObjectIdAndNameAndEnvironmentAndChecksumNot
(String objectId, String name, String environment, String checksum) findByNameAndTransactionIdNot
(String name, String transactionId) findByObjectIdAndNameAndEnvironment
(String objectId, String name, String environment) default Optional
<List<TurConnectorIndexing>> findContentsShouldBeDeIndexed
(String name, 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
-
findByNameAndTransactionIdNot
Optional<List<TurConnectorIndexing>> findByNameAndTransactionIdNot(String name, String transactionId) -
findContentsShouldBeDeIndexed
default Optional<List<TurConnectorIndexing>> findContentsShouldBeDeIndexed(String name, String transactionId) -
existsByObjectIdAndNameAndEnvironment
-
existsByObjectIdAndNameAndEnvironmentAndChecksumNot
-
findByObjectIdAndNameAndEnvironment
-
deleteByObjectIdAndNameAndEnvironment
-
deleteByNameAndTransactionIdNot
-
deleteContentsWereDeIndexed
-