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>
-
-
Constructor Summary
Constructors Constructor Description MailDigestDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteAllDigests()voiddeleteAllDigestsOfType(String type)voiddeleteDigestsOfTypeByNotificationsIds(Set<Long> mailNotifsIds, String type)
-