Class MailDigestDAO
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<MailDigestEntity,Long>
org.exoplatform.commons.notification.impl.jpa.email.dao.MailDigestDAO
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<MailDigestEntity,Long>
public class MailDigestDAO
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<MailDigestEntity,Long>
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteAllDigestsOfType(String type) voiddeleteDigestsOfTypeByNotificationsIds(Set<Long> mailNotifsIds, String type) Methods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAll
-
Constructor Details
-
MailDigestDAO
public MailDigestDAO()
-
-
Method Details
-
deleteAllDigestsOfType
-
deleteDigestsOfTypeByNotificationsIds
-
deleteAllDigests
public void deleteAllDigests()
-