Uses of Package
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
-
ClassDescriptionRepresents an attribute of a Java type.Instances of the type
MapAttribute
represent persistentMap
-valued attributes.Provides access to the metamodel of persistent entities in the persistence unit.Instances of the typePluralAttribute
represent persistent collection-valued attributes. -
ClassDescriptionRepresents an attribute of a Java type.An instances of the type
Bindable
represents an object or attribute type that can be bound into aPath
.Instances of the typeCollectionAttribute
represent persistentCollection
-valued attributes.An instance ofEntityType
represents an entity type.Instances of the typeListAttribute
represent persistentList
-valued attributes.Instances of the typeMapAttribute
represent persistentMap
-valued attributes.Instances of the typePluralAttribute
represent persistent collection-valued attributes.Instances of the typeSetAttribute
represent persistentSet
-valued attributes.Instances of the typeSingularAttribute
represents persistent single-valued properties or fields. -
ClassDescriptionRepresents an attribute of a Java type.An instances of the type
Bindable
represents an object or attribute type that can be bound into aPath
.Instances of the typeCollectionAttribute
represent persistentCollection
-valued attributes.An instance ofEmbeddableType
represents an embeddable type.An instance ofEntityType
represents an entity type.An instance of the typeIdentifiableType
represents an entity or mapped superclass type.Instances of the typeListAttribute
represent persistentList
-valued attributes.Instances of the typeManagedType
represent entity, mapped superclass, and embeddable types.Instances of the typeMapAttribute
represent persistentMap
-valued attributes.Instances of the typePluralAttribute
represent persistent collection-valued attributes.Instances of the typeSetAttribute
represent persistentSet
-valued attributes.Instances of the typeSingularAttribute
represents persistent single-valued properties or fields.An instance of the typeType
represents a persistent object or attribute type.