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 Details

    • MailDigestDAO

      public MailDigestDAO()
  • Method Details

    • deleteAllDigestsOfType

      public void deleteAllDigestsOfType(String type)
    • deleteDigestsOfTypeByNotificationsIds

      public void deleteDigestsOfTypeByNotificationsIds(Set<Long> mailNotifsIds, String type)
    • deleteAllDigests

      public void deleteAllDigests()