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

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

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



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