Package org.exoplatform.dlp.dao
Class DlpOperationDAOImpl
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<org.exoplatform.dlp.domain.DlpOperation,Long>
org.exoplatform.dlp.dao.DlpOperationDAOImpl
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<org.exoplatform.dlp.domain.DlpOperation,,Long> org.exoplatform.dlp.dao.DlpOperationDAO
public class DlpOperationDAOImpl
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<org.exoplatform.dlp.domain.DlpOperation,Long>
implements org.exoplatform.dlp.dao.DlpOperationDAO
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdeleteByEntityId(String entityId) List<org.exoplatform.dlp.domain.DlpOperation> findAllFirstWithOffset(int offset, int limit) List<org.exoplatform.dlp.domain.DlpOperation> findByEntityIdAndType(String entityId, String entityType) 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
-
DlpOperationDAOImpl
public DlpOperationDAOImpl()
-
-
Method Details
-
findAllFirstWithOffset
- Specified by:
findAllFirstWithOffsetin interfaceorg.exoplatform.dlp.dao.DlpOperationDAO
-
findByEntityIdAndType
public List<org.exoplatform.dlp.domain.DlpOperation> findByEntityIdAndType(String entityId, String entityType) - Specified by:
findByEntityIdAndTypein interfaceorg.exoplatform.dlp.dao.DlpOperationDAO
-
deleteByEntityId
- Specified by:
deleteByEntityIdin interfaceorg.exoplatform.dlp.dao.DlpOperationDAO
-