Uses of Class
org.exoplatform.social.core.jpa.storage.entity.ProfileLabelEntity
Packages that use ProfileLabelEntity
Package
Description
-
Uses of ProfileLabelEntity in org.exoplatform.social.core.jpa.storage.dao.jpa
Methods in org.exoplatform.social.core.jpa.storage.dao.jpa that return ProfileLabelEntityModifier and TypeMethodDescriptionProfileLabelDAO.findLabelByObjectTypeAndObjectIdAndLang(String objectType, String objectId, String language) Methods in org.exoplatform.social.core.jpa.storage.dao.jpa that return types with arguments of type ProfileLabelEntityModifier and TypeMethodDescriptionProfileLabelDAO.findLabelByObjectTypeAndObjectId(String objectType, String objectId) -
Uses of ProfileLabelEntity in org.exoplatform.social.core.jpa.storage.entity
Fields in org.exoplatform.social.core.jpa.storage.entity with type parameters of type ProfileLabelEntityModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<ProfileLabelEntity> ProfileLabelEntity_.class_static jakarta.persistence.metamodel.SingularAttribute<ProfileLabelEntity, Long> ProfileLabelEntity_.idstatic jakarta.persistence.metamodel.SingularAttribute<ProfileLabelEntity, String> ProfileLabelEntity_.labelstatic jakarta.persistence.metamodel.SingularAttribute<ProfileLabelEntity, String> ProfileLabelEntity_.languagestatic jakarta.persistence.metamodel.SingularAttribute<ProfileLabelEntity, String> ProfileLabelEntity_.objectIdstatic jakarta.persistence.metamodel.SingularAttribute<ProfileLabelEntity, String> ProfileLabelEntity_.objectType