Package org.exoplatform.dlp.dao
Class DlpPositiveItemDAOImpl
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<org.exoplatform.dlp.domain.DlpPositiveItemEntity,Long>
org.exoplatform.dlp.dao.DlpPositiveItemDAOImpl
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<org.exoplatform.dlp.domain.DlpPositiveItemEntity,,Long> org.exoplatform.dlp.dao.DlpPositiveItemDAO
public class DlpPositiveItemDAOImpl
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<org.exoplatform.dlp.domain.DlpPositiveItemEntity,Long>
implements org.exoplatform.dlp.dao.DlpPositiveItemDAO
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.exoplatform.dlp.domain.DlpPositiveItemEntityfindDlpPositiveItemByReference(String itemReference) List<org.exoplatform.dlp.domain.DlpPositiveItemEntity>getDlpPositiveItems(int offset, int limit) 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
-
DlpPositiveItemDAOImpl
public DlpPositiveItemDAOImpl()
-
-
Method Details
-
findDlpPositiveItemByReference
public org.exoplatform.dlp.domain.DlpPositiveItemEntity findDlpPositiveItemByReference(String itemReference) - Specified by:
findDlpPositiveItemByReferencein interfaceorg.exoplatform.dlp.dao.DlpPositiveItemDAO
-
getDlpPositiveItems
public List<org.exoplatform.dlp.domain.DlpPositiveItemEntity> getDlpPositiveItems(int offset, int limit) - Specified by:
getDlpPositiveItemsin interfaceorg.exoplatform.dlp.dao.DlpPositiveItemDAO
-