Interface IndexingOperationDAO
- All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<IndexingOperation,Long>
- All Known Implementing Classes:
IndexingOperationDAOImpl
public interface IndexingOperationDAO
extends org.exoplatform.commons.api.persistence.GenericDAO<IndexingOperation,Long>
-
Method Summary
Modifier and TypeMethodDescriptionvoidfindAll(int offset, int limit) findAllFirst(Integer maxResults) Methods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Method Details
-
findAllFirst
-
deleteAllIndexingOperationsHavingIdLessThanOrEqual
void deleteAllIndexingOperationsHavingIdLessThanOrEqual(long id) -
findAll
-