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>
           
 interface EmbeddableType<X>
           
 interface EntityType<X>
           
 interface IdentifiableType<X>
           
 interface ManagedType<X>
           
 interface MappedSuperclassType<X>
           
 

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



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.