JPA 2.0 API 1.0.1.Final-redhat-2

Uses of Interface
javax.persistence.metamodel.IdentifiableType

Packages that use IdentifiableType
javax.persistence.metamodel   
 

Uses of IdentifiableType in javax.persistence.metamodel
 

Subinterfaces of IdentifiableType in javax.persistence.metamodel
 interface EntityType<X>
          Instances of the type EntityType represent entity types.
 interface MappedSuperclassType<X>
          Instances of the type MappedSuperclassType represent mapped superclass types.
 

Methods in javax.persistence.metamodel that return IdentifiableType
 IdentifiableType<? super X> IdentifiableType.getSupertype()
          Return the identifiable type that corresponds to the most specific mapped superclass or entity extended by the entity or mapped superclass.
 


JPA 2.0 API 1.0.1.Final-redhat-2

Copyright © 2007-2012 Hibernate.org. All Rights Reserved.