Interface TurAemIndexingRepository
- All Superinterfaces:
CrudRepository<TurAemIndexing,,String> JpaRepository<TurAemIndexing,,String> ListCrudRepository<TurAemIndexing,,String> ListPagingAndSortingRepository<TurAemIndexing,,String> PagingAndSortingRepository<TurAemIndexing,,String> QueryByExampleExecutor<TurAemIndexing>,Repository<TurAemIndexing,String>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteByAemIdAndIndexGroup(String aemId, String indexGroup) voiddeleteByIndexGroupAndDeltaIdNotAndOnceFalse(String indexGroup, String deltaId) voiddeleteByIndexGroupAndOnceFalse(String indexGroup) voiddeleteByIndexGroupAndOnceTrue(String indexGroup) default voiddeleteContentsToReindex(String indexGroup) default voiddeleteContentsToReindexOnce(String indexGroup) default voiddeleteContentsWereDeIndexed(String indexGroup, String deltaId) booleanexistsByAemIdAndDateAndIndexGroup(String aemId, Date date, String indexGroup) booleanexistsByAemIdAndIndexGroup(String aemId, String indexGroup) booleanexistsByAemIdAndIndexGroupAndDateNot(String aemId, String indexGroup, Date date) findByAemIdAndIndexGroup(String aemId, String indexGroup) findByIndexGroupAndDeltaIdNotAndOnceFalse(String indexGroup, String deltaId) default Optional<List<TurAemIndexing>> findContentsShouldBeDeIndexed(String indexGroup, String deltaId) Methods inherited from interface CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface ListPagingAndSortingRepository
findAllMethods inherited from interface PagingAndSortingRepository
findAllMethods inherited from interface QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findByIndexGroupAndDeltaIdNotAndOnceFalse
Optional<List<TurAemIndexing>> findByIndexGroupAndDeltaIdNotAndOnceFalse(String indexGroup, String deltaId) -
findContentsShouldBeDeIndexed
default Optional<List<TurAemIndexing>> findContentsShouldBeDeIndexed(String indexGroup, String deltaId) -
existsByAemIdAndDateAndIndexGroup
-
existsByAemIdAndIndexGroup
-
existsByAemIdAndIndexGroupAndDateNot
-
findByAemIdAndIndexGroup
-
deleteByIndexGroupAndOnceFalse
-
deleteContentsToReindex
-
deleteByIndexGroupAndOnceTrue
-
deleteContentsToReindexOnce
-
deleteByIndexGroupAndDeltaIdNotAndOnceFalse
-
deleteContentsWereDeIndexed
-
deleteByAemIdAndIndexGroup
-