Class ProfilePropertyOptionDAO
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ProfilePropertyOptionEntity,Long>
org.exoplatform.social.core.jpa.storage.dao.jpa.ProfilePropertyOptionDAO
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<ProfilePropertyOptionEntity,Long>
public class ProfilePropertyOptionDAO
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ProfilePropertyOptionEntity,Long>
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindPropertyOptionsBySettingId(long settingId, int offset, int limit) 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
-
ProfilePropertyOptionDAO
public ProfilePropertyOptionDAO()
-
-
Method Details
-
findPropertyOptionsBySettingId
public List<ProfilePropertyOptionEntity> findPropertyOptionsBySettingId(long settingId, int offset, int limit)
-