public class IndexingOperationDAOImpl extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<IndexingOperation,Long> implements IndexingOperationDAO
| Constructor and Description |
|---|
IndexingOperationDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAllIndexingOperationsHavingIdLessThanOrEqual(long id) |
List<IndexingOperation> |
findAll(int offset,
int limit) |
List<IndexingOperation> |
findAllFirst(Integer maxResults) |
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getEntityManager, update, updateAllpublic List<IndexingOperation> findAllFirst(Integer maxResults)
findAllFirst in interface IndexingOperationDAOpublic void deleteAllIndexingOperationsHavingIdLessThanOrEqual(long id)
deleteAllIndexingOperationsHavingIdLessThanOrEqual in interface IndexingOperationDAOpublic List<IndexingOperation> findAll(int offset, int limit)
findAll in interface IndexingOperationDAOCopyright © 2003–2016 eXo Platform SAS. All rights reserved.