Interface TurAemPluginIndexingRepository
- All Superinterfaces:
CrudRepository<TurAemPluginIndexing,
,String> JpaRepository<TurAemPluginIndexing,
,String> ListCrudRepository<TurAemPluginIndexing,
,String> ListPagingAndSortingRepository<TurAemPluginIndexing,
,String> PagingAndSortingRepository<TurAemPluginIndexing,
,String> QueryByExampleExecutor<TurAemPluginIndexing>
,Repository<TurAemPluginIndexing,
String>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteByAemIdAndIndexGroup
(String aemId, String indexGroup) void
deleteByIndexGroupAndDeltaIdNotAndOnceFalse
(String indexGroup, String deltaId) void
deleteByIndexGroupAndOnceFalse
(String indexGroup) void
deleteByIndexGroupAndOnceTrue
(String indexGroup) default void
deleteContentsToReindex
(String indexGroup) default void
deleteContentsToReindexOnce
(String indexGroup) default void
deleteContentsWereDeIndexed
(String indexGroup, String deltaId) boolean
existsByAemIdAndDateAndIndexGroup
(String aemId, Date date, String indexGroup) boolean
existsByAemIdAndIndexGroup
(String aemId, String indexGroup) boolean
existsByAemIdAndIndexGroupAndDateNot
(String aemId, String indexGroup, Date date) findByAemIdAndIndexGroup
(String aemId, String indexGroup) findByIndexGroupAndDeltaIdNotAndOnceFalse
(String indexGroup, String deltaId) default Optional
<List<TurAemPluginIndexing>> findContentsShouldBeDeIndexed
(String indexGroup, String deltaId) 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
-
findByIndexGroupAndDeltaIdNotAndOnceFalse
Optional<List<TurAemPluginIndexing>> findByIndexGroupAndDeltaIdNotAndOnceFalse(String indexGroup, String deltaId) -
findContentsShouldBeDeIndexed
default Optional<List<TurAemPluginIndexing>> findContentsShouldBeDeIndexed(String indexGroup, String deltaId) -
existsByAemIdAndDateAndIndexGroup
-
existsByAemIdAndIndexGroup
-
existsByAemIdAndIndexGroupAndDateNot
-
findByAemIdAndIndexGroup
-
deleteByIndexGroupAndOnceFalse
-
deleteContentsToReindex
-
deleteByIndexGroupAndOnceTrue
-
deleteContentsToReindexOnce
-
deleteByIndexGroupAndDeltaIdNotAndOnceFalse
-
deleteContentsWereDeIndexed
-
deleteByAemIdAndIndexGroup
-