Uses of Package
jakarta.persistence.metamodel
Packages that use jakarta.persistence.metamodel
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
Jakarta Persistence Criteria API
Jakarta Persistence Metamodel API
-
Classes in jakarta.persistence.metamodel used by jakarta.persistenceClassDescriptionRepresents an attribute of a Java type.Instances of the type
MapAttributerepresent persistentMap-valued attributes.Provides access to the metamodel of persistent entities in the persistence unit.Instances of the typePluralAttributerepresent persistent collection-valued attributes. -
Classes in jakarta.persistence.metamodel used by jakarta.persistence.criteriaClassDescriptionRepresents an attribute of a Java type.An instances of the type
Bindablerepresents an object or attribute type that can be bound into aPath.Instances of the typeCollectionAttributerepresent persistentCollection-valued attributes.An instance ofEntityTyperepresents an entity type.Instances of the typeListAttributerepresent persistentList-valued attributes.Instances of the typeMapAttributerepresent persistentMap-valued attributes.Instances of the typePluralAttributerepresent persistent collection-valued attributes.Instances of the typeSetAttributerepresent persistentSet-valued attributes.Instances of the typeSingularAttributerepresents persistent single-valued properties or fields. -
Classes in jakarta.persistence.metamodel used by jakarta.persistence.metamodelClassDescriptionRepresents an attribute of a Java type.An instances of the type
Bindablerepresents an object or attribute type that can be bound into aPath.Instances of the typeCollectionAttributerepresent persistentCollection-valued attributes.An instance ofEmbeddableTyperepresents an embeddable type.An instance ofEntityTyperepresents an entity type.An instance of the typeIdentifiableTyperepresents an entity or mapped superclass type.Instances of the typeListAttributerepresent persistentList-valued attributes.Instances of the typeManagedTyperepresent entity, mapped superclass, and embeddable types.Instances of the typeMapAttributerepresent persistentMap-valued attributes.Instances of the typePluralAttributerepresent persistent collection-valued attributes.Instances of the typeSetAttributerepresent persistentSet-valued attributes.Instances of the typeSingularAttributerepresents persistent single-valued properties or fields.An instance of the typeTyperepresents a persistent object or attribute type.