Package org.exoplatform.dlp.dao
Interface DlpOperationDAO
- All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<DlpOperation,Long>
public interface DlpOperationDAO
extends org.exoplatform.commons.api.persistence.GenericDAO<DlpOperation,Long>
-
Method Summary
Modifier and TypeMethodDescriptionintdeleteByEntityId(String entityId) findAllFirstWithOffset(int offset, int limit) findByEntityIdAndType(String entityId, String entityType) Methods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Method Details
-
findAllFirstWithOffset
-
findByEntityIdAndType
-
deleteByEntityId
-