Class ProfileLabelDAO
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ProfileLabelEntity,Long>
org.exoplatform.social.core.jpa.storage.dao.jpa.ProfileLabelDAO
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<ProfileLabelEntity,Long>
public class ProfileLabelDAO
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ProfileLabelEntity,Long>
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindLabelByObjectTypeAndObjectId(String objectType, String objectId) findLabelByObjectTypeAndObjectIdAndLang(String objectType, String objectId, String language) 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
-
ProfileLabelDAO
public ProfileLabelDAO()
-
-
Method Details
-
findLabelByObjectTypeAndObjectIdAndLang
public ProfileLabelEntity findLabelByObjectTypeAndObjectIdAndLang(String objectType, String objectId, String language) -
findLabelByObjectTypeAndObjectId
public List<ProfileLabelEntity> findLabelByObjectTypeAndObjectId(String objectType, String objectId)
-