Class JCRIndexingQueueDAOImpl
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<JCRIndexQueueEntity,Long>
org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingQueueDAOImpl
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<JCRIndexQueueEntity,,Long> JCRIndexingQueueDAO
public class JCRIndexingQueueDAOImpl
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<JCRIndexQueueEntity,Long>
implements JCRIndexingQueueDAO
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteOperationsByJCRUUID(String removeNodeUUID) findAllOperationExecutedByClusterNode(String oldClusterNodeName, String clusterNodeName, long lastExecutedId, int offset, int limit) findAllOperationNotExecutedByClusterNode(int offset, int limit, String clusterNodeName) Methods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Constructor Details
-
JCRIndexingQueueDAOImpl
public JCRIndexingQueueDAOImpl()
-
-
Method Details
-
findAllOperationNotExecutedByClusterNode
public List<JCRIndexQueueEntity> findAllOperationNotExecutedByClusterNode(int offset, int limit, String clusterNodeName) - Specified by:
findAllOperationNotExecutedByClusterNodein interfaceJCRIndexingQueueDAO
-
findAllOperationExecutedByClusterNode
public List<JCRIndexQueueEntity> findAllOperationExecutedByClusterNode(String oldClusterNodeName, String clusterNodeName, long lastExecutedId, int offset, int limit) - Specified by:
findAllOperationExecutedByClusterNodein interfaceJCRIndexingQueueDAO
-
deleteOperationsByJCRUUID
- Specified by:
deleteOperationsByJCRUUIDin interfaceJCRIndexingQueueDAO
-