Class MailIntegrationDAO
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<MailIntegrationSettingEntity,Long>
org.exoplatform.mailintegration.dao.MailIntegrationDAO
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<MailIntegrationSettingEntity,Long>
public class MailIntegrationDAO
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<MailIntegrationSettingEntity,Long>
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindMailIntegrationSettingsByIdAndUserId(long mailSettingId, long userIdentityId) findMailIntegrationSettingsByUserId(long userIdentityId) 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
-
MailIntegrationDAO
public MailIntegrationDAO()
-
-
Method Details
-
findMailIntegrationSettingsByUserId
-
findMailIntegrationSettingsByIdAndUserId
public List<MailIntegrationSettingEntity> findMailIntegrationSettingsByIdAndUserId(long mailSettingId, long userIdentityId)
-