Uses of Interface
javax.persistence.metamodel.ManagedType
-
Packages that use ManagedType Package Description javax.persistence.metamodel -
-
Uses of ManagedType in javax.persistence.metamodel
Subinterfaces of ManagedType in javax.persistence.metamodel Modifier and Type Interface Description interface
EmbeddableType<X>
interface
EntityType<X>
interface
IdentifiableType<X>
interface
MappedSuperclassType<X>
Methods in javax.persistence.metamodel that return ManagedType Modifier and Type Method Description ManagedType<X>
Attribute. getDeclaringType()
<X> ManagedType<X>
Metamodel. managedType(java.lang.Class<X> cls)
Methods in javax.persistence.metamodel that return types with arguments of type ManagedType Modifier and Type Method Description java.util.Set<ManagedType<?>>
Metamodel. getManagedTypes()
-