Class MailQueueDAO
- java.lang.Object
-
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<MailQueueEntity,Long>
-
- org.exoplatform.commons.notification.impl.jpa.email.dao.MailQueueDAO
-
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<MailQueueEntity,Long>
public class MailQueueDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<MailQueueEntity,Long>
-
-
Constructor Summary
Constructors Constructor Description MailQueueDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MailQueueEntity>findAll(int offset, int limit)
-
-
-
Method Detail
-
findAll
public List<MailQueueEntity> findAll(int offset, int limit)
-
-