Module jakarta.persistence
Package jakarta.persistence.metamodel
Jakarta Persistence Metamodel API
-
Interface Summary Interface Description Attribute<X,Y> Represents an attribute of a Java type.BasicType<X> Bindable<T> An instances of the typeBindable
represents an object or attribute type that can be bound into aPath
.CollectionAttribute<X,E> Instances of the typeCollectionAttribute
represent persistentCollection
-valued attributes.EmbeddableType<X> An instance ofEmbeddableType
represents an embeddable type.EntityType<X> An instance ofEntityType
represents an entity type.IdentifiableType<X> An instance of the typeIdentifiableType
represents an entity or mapped superclass type.ListAttribute<X,E> Instances of the typeListAttribute
represent persistentList
-valued attributes.ManagedType<X> Instances of the typeManagedType
represent entity, mapped superclass, and embeddable types.MapAttribute<X,K,V> Instances of the typeMapAttribute
represent persistentMap
-valued attributes.MappedSuperclassType<X> An instance of the typeMappedSuperclassType
represents a mapped superclass type.Metamodel Provides access to the metamodel of persistent entities in the persistence unit.PluralAttribute<X,C,E> Instances of the typePluralAttribute
represent persistent collection-valued attributes.SetAttribute<X,E> Instances of the typeSetAttribute
represent persistentSet
-valued attributes.SingularAttribute<X,T> Instances of the typeSingularAttribute
represents persistent single-valued properties or fields.Type<X> An instance of the typeType
represents a persistent object or attribute type. -
Enum Summary Enum Description Attribute.PersistentAttributeType Bindable.BindableType PluralAttribute.CollectionType Type.PersistenceType -
Annotation Types Summary Annotation Type Description StaticMetamodel TheStaticMetamodel
annotation specifies that the class is a metamodel class that represents the entity, mapped superclass, or embeddable class designated by theStaticMetamodel.value()
element.