Uses of Class
org.exoplatform.social.core.jpa.storage.entity.MetadataEntity
Packages that use MetadataEntity
Package
Description
-
Uses of MetadataEntity in org.exoplatform.social.core.jpa.storage.dao.jpa
Methods in org.exoplatform.social.core.jpa.storage.dao.jpa that return MetadataEntityModifier and TypeMethodDescriptionMetadataDAO.findMetadata(long type, String name, long audienceId) Methods in org.exoplatform.social.core.jpa.storage.dao.jpa that return types with arguments of type MetadataEntity -
Uses of MetadataEntity in org.exoplatform.social.core.jpa.storage.entity
Fields in org.exoplatform.social.core.jpa.storage.entity with type parameters of type MetadataEntityModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<MetadataEntity, Long> MetadataEntity_.audienceIdstatic jakarta.persistence.metamodel.EntityType<MetadataEntity> MetadataEntity_.class_static jakarta.persistence.metamodel.SingularAttribute<MetadataEntity, Date> MetadataEntity_.createdDatestatic jakarta.persistence.metamodel.SingularAttribute<MetadataEntity, Long> MetadataEntity_.creatorIdstatic jakarta.persistence.metamodel.SingularAttribute<MetadataEntity, Long> MetadataEntity_.idstatic jakarta.persistence.metamodel.SingularAttribute<MetadataItemEntity, MetadataEntity> MetadataItemEntity_.metadatastatic jakarta.persistence.metamodel.SingularAttribute<MetadataEntity, String> MetadataEntity_.namestatic jakarta.persistence.metamodel.MapAttribute<MetadataEntity, String, String> MetadataEntity_.propertiesstatic jakarta.persistence.metamodel.SingularAttribute<MetadataEntity, Long> MetadataEntity_.typeMethods in org.exoplatform.social.core.jpa.storage.entity that return MetadataEntityMethods in org.exoplatform.social.core.jpa.storage.entity with parameters of type MetadataEntity