Class IndexingOperationDAOImpl
- java.lang.Object
-
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<IndexingOperation,Long>
-
- org.exoplatform.commons.search.dao.impl.IndexingOperationDAOImpl
-
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<IndexingOperation,Long>,IndexingOperationDAO
public class IndexingOperationDAOImpl extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<IndexingOperation,Long> implements IndexingOperationDAO
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 7/29/15
-
-
Constructor Summary
Constructors Constructor Description IndexingOperationDAOImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteAllIndexingOperationsHavingIdLessThanOrEqual(long id)List<IndexingOperation>findAll(int offset, int limit)List<IndexingOperation>findAllFirst(Integer maxResults)-
Methods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getDialect, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAll
-
-
-
-
Method Detail
-
findAllFirst
public List<IndexingOperation> findAllFirst(Integer maxResults)
- Specified by:
findAllFirstin interfaceIndexingOperationDAO
-
deleteAllIndexingOperationsHavingIdLessThanOrEqual
public void deleteAllIndexingOperationsHavingIdLessThanOrEqual(long id)
- Specified by:
deleteAllIndexingOperationsHavingIdLessThanOrEqualin interfaceIndexingOperationDAO
-
findAll
public List<IndexingOperation> findAll(int offset, int limit)
- Specified by:
findAllin interfaceIndexingOperationDAO
-
-