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>
          Reflection model for a JPA entity.
 interface MappedSuperclassType<X>
          Model of a basic type
 

Methods in javax.persistence.metamodel that return IdentifiableType
 IdentifiableType<? super X> IdentifiableType.getSupertype()