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.Metamodel Provides access to the metamodel of persistent entities in the persistence unit. -
Classes in jakarta.persistence.metamodel used by jakarta.persistence.criteria Class Description Attribute Represents an attribute of a Java type.Bindable Instances of the typeBindable
represent object or attribute types that can be bound into aPath
.CollectionAttribute Instances of the typeCollectionAttribute
represent persistentjava.util.Collection
-valued attributes.EntityType Instances of the typeEntityType
represent entity types.ListAttribute Instances of the typeListAttribute
represent persistentjava.util.List
-valued attributes.MapAttribute Instances of the typeMapAttribute
represent persistentjava.util.Map
-valued attributes.PluralAttribute Instances of the typePluralAttribute
represent persistent collection-valued attributes.SetAttribute Instances of the typeSetAttribute
represent persistentjava.util.Set
-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 Instances of the typeBindable
represent object or attribute types that can be bound into aPath
.Bindable.BindableType CollectionAttribute Instances of the typeCollectionAttribute
represent persistentjava.util.Collection
-valued attributes.EmbeddableType Instances of the typeEmbeddableType
represent embeddable types.EntityType Instances of the typeEntityType
represent entity types.IdentifiableType Instances of the typeIdentifiableType
represent entity or mapped superclass types.ListAttribute Instances of the typeListAttribute
represent persistentjava.util.List
-valued attributes.ManagedType Instances of the typeManagedType
represent entity, mapped superclass, and embeddable types.MapAttribute Instances of the typeMapAttribute
represent persistentjava.util.Map
-valued attributes.PluralAttribute Instances of the typePluralAttribute
represent persistent collection-valued attributes.PluralAttribute.CollectionType SetAttribute Instances of the typeSetAttribute
represent persistentjava.util.Set
-valued attributes.SingularAttribute Instances of the typeSingularAttribute
represents persistent single-valued properties or fields.Type Instances of the typeType
represent persistent object or attribute types.Type.PersistenceType