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
Bindablerepresent object or attribute types that can be bound into aPath.Instances of the typeCollectionAttributerepresent persistentjava.util.Collection-valued attributes.Instances of the typeEntityTyperepresent entity types.Instances of the typeListAttributerepresent persistentjavax.util.List-valued attributes.Instances of the typeMapAttributerepresent persistentjava.util.Map-valued attributes.Instances of the typePluralAttributerepresent persistent collection-valued attributes.Instances of the typeSetAttributerepresent persistentjava.util.Set-valued attributes.Instances of the typeSingularAttributerepresents 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
Bindablerepresent object or attribute types that can be bound into aPath.Instances of the typeCollectionAttributerepresent persistentjava.util.Collection-valued attributes.Instances of the typeEmbeddableTyperepresent embeddable types.Instances of the typeEntityTyperepresent entity types.Instances of the typeIdentifiableTyperepresent entity or mapped superclass types.Instances of the typeListAttributerepresent persistentjavax.util.List-valued attributes.Instances of the typeManagedTyperepresent entity, mapped superclass, and embeddable types.Instances of the typeMapAttributerepresent persistentjava.util.Map-valued attributes.Instances of the typePluralAttributerepresent persistent collection-valued attributes.Instances of the typeSetAttributerepresent persistentjava.util.Set-valued attributes.Instances of the typeSingularAttributerepresents persistent single-valued properties or fields.Instances of the typeTyperepresent persistent object or attribute types.