Uses of Package
jakarta.persistence.metamodel
-
Packages that use jakarta.persistence.metamodel Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping.jakarta.persistence.criteria Jakarta Persistence Criteria APIjakarta.persistence.metamodel Jakarta Persistence Metamodel API -
Classes in jakarta.persistence.metamodel used by jakarta.persistence Class Description Attribute Represents an attribute of a Java type.Attribute.PersistentAttributeType MapAttribute Instances of the typeMapAttribute
represent persistentMap
-valued attributes.Metamodel Provides access to the metamodel of persistent entities in the persistence unit.PluralAttribute Instances of the typePluralAttribute
represent persistent collection-valued attributes. -
Classes in jakarta.persistence.metamodel used by jakarta.persistence.criteria Class Description Attribute Represents an attribute of a Java type.Bindable An instances of the typeBindable
represents an object or attribute type that can be bound into aPath
.CollectionAttribute Instances of the typeCollectionAttribute
represent persistentCollection
-valued attributes.EntityType An instance ofEntityType
represents an entity type.ListAttribute Instances of the typeListAttribute
represent persistentList
-valued attributes.MapAttribute Instances of the typeMapAttribute
represent persistentMap
-valued attributes.PluralAttribute Instances of the typePluralAttribute
represent persistent collection-valued attributes.SetAttribute Instances of the typeSetAttribute
represent persistentSet
-valued attributes.SingularAttribute Instances of the typeSingularAttribute
represents persistent single-valued properties or fields. -
Classes in jakarta.persistence.metamodel used by jakarta.persistence.metamodel Class Description Attribute Represents an attribute of a Java type.Attribute.PersistentAttributeType Bindable An instances of the typeBindable
represents an object or attribute type that can be bound into aPath
.Bindable.BindableType CollectionAttribute Instances of the typeCollectionAttribute
represent persistentCollection
-valued attributes.EmbeddableType An instance ofEmbeddableType
represents an embeddable type.EntityType An instance ofEntityType
represents an entity type.IdentifiableType An instance of the typeIdentifiableType
represents an entity or mapped superclass type.ListAttribute Instances of the typeListAttribute
represent persistentList
-valued attributes.ManagedType Instances of the typeManagedType
represent entity, mapped superclass, and embeddable types.MapAttribute Instances of the typeMapAttribute
represent persistentMap
-valued attributes.PluralAttribute Instances of the typePluralAttribute
represent persistent collection-valued attributes.PluralAttribute.CollectionType SetAttribute Instances of the typeSetAttribute
represent persistentSet
-valued attributes.SingularAttribute Instances of the typeSingularAttribute
represents persistent single-valued properties or fields.Type An instance of the typeType
represents a persistent object or attribute type.Type.PersistenceType