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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    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, updateAll

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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

      public List<org.exoplatform.dlp.domain.DlpOperation> findAllFirstWithOffset(int offset, int limit)
      Specified by:
      findAllFirstWithOffset in interface org.exoplatform.dlp.dao.DlpOperationDAO
    • findByEntityIdAndType

      public List<org.exoplatform.dlp.domain.DlpOperation> findByEntityIdAndType(String entityId, String entityType)
      Specified by:
      findByEntityIdAndType in interface org.exoplatform.dlp.dao.DlpOperationDAO
    • deleteByEntityId

      public int deleteByEntityId(String entityId)
      Specified by:
      deleteByEntityId in interface org.exoplatform.dlp.dao.DlpOperationDAO