Uses of Interface
javax.persistence.metamodel.ManagedType

Packages that use ManagedType
javax.persistence.metamodel   
 

Uses of ManagedType in javax.persistence.metamodel
 

Subinterfaces of ManagedType in javax.persistence.metamodel
 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 MappedSuperclassType<X>
          Model of a basic type
 

Methods in javax.persistence.metamodel that return ManagedType
 ManagedType<X> Attribute.getDeclaringType()
           
<X> ManagedType<X>
Metamodel.managedType(java.lang.Class<X> cl)
           
 

Methods in javax.persistence.metamodel that return types with arguments of type ManagedType
 java.util.Set<ManagedType<?>> Metamodel.getManagedTypes()