Uses of Interface
javax.persistence.metamodel.Type

Packages that use Type
javax.persistence.metamodel   
 

Uses of Type in javax.persistence.metamodel
 

Subinterfaces of Type in javax.persistence.metamodel
 interface BasicType<X>
          Model of a basic type
 interface EmbeddableType<T>
          Reflection model for an attribute that can be bound to a Path.
 interface EntityType<X>
          Reflection model for a JPA entity.
 interface IdentifiableType<X>
          Reflection model for a JPA entity.
 interface ManagedType<X>
          Reflection model for a JPA entity.
 interface MappedSuperclassType<X>
          Model of a basic type
 

Methods in javax.persistence.metamodel that return Type
 Type<E> PluralAttribute.getElementType()
           
 Type<?> IdentifiableType.getIdType()
           
 Type<K> MapAttribute.getKeyType()
           
 Type<T> SingularAttribute.getType()