Uses of Package
javax.persistence.metamodel
Packages that use javax.persistence.metamodel
-
Classes in javax.persistence.metamodel used by javax.persistenceClassDescriptionProvides access to the metamodel of persistent entities in the persistence unit.
-
Classes in javax.persistence.metamodel used by javax.persistence.criteriaClassDescriptionRepresents an attribute of a Java type.Instances of the type
Bindable
represent object or attribute types that can be bound into aPath
.Instances of the typeCollectionAttribute
represent persistentjava.util.Collection
-valued attributes.Instances of the typeEntityType
represent entity types.Instances of the typeListAttribute
represent persistentjavax.util.List
-valued attributes.Instances of the typeMapAttribute
represent persistentjava.util.Map
-valued attributes.Instances of the typePluralAttribute
represent persistent collection-valued attributes.Instances of the typeSetAttribute
represent persistentjava.util.Set
-valued attributes.Instances of the typeSingularAttribute
represents persistent single-valued properties or fields. -
Classes in javax.persistence.metamodel used by javax.persistence.metamodelClassDescriptionRepresents an attribute of a Java type.Instances of the type
Bindable
represent object or attribute types that can be bound into aPath
.Instances of the typeCollectionAttribute
represent persistentjava.util.Collection
-valued attributes.Instances of the typeEmbeddableType
represent embeddable types.Instances of the typeEntityType
represent entity types.Instances of the typeIdentifiableType
represent entity or mapped superclass types.Instances of the typeListAttribute
represent persistentjavax.util.List
-valued attributes.Instances of the typeManagedType
represent entity, mapped superclass, and embeddable types.Instances of the typeMapAttribute
represent persistentjava.util.Map
-valued attributes.Instances of the typePluralAttribute
represent persistent collection-valued attributes.Instances of the typeSetAttribute
represent persistentjava.util.Set
-valued attributes.Instances of the typeSingularAttribute
represents persistent single-valued properties or fields.Instances of the typeType
represent persistent object or attribute types.