Uses of Interface
javax.persistence.metamodel.ManagedType
Packages that use ManagedType
-
Uses of ManagedType in javax.persistence.metamodel
Subinterfaces of ManagedType in javax.persistence.metamodelModifier and TypeInterfaceDescriptioninterface
Instances of the typeEmbeddableType
represent embeddable types.interface
EntityType<X>
Instances of the typeEntityType
represent entity types.interface
Instances of the typeIdentifiableType
represent entity or mapped superclass types.interface
Instances of the typeMappedSuperclassType
represent mapped superclass types.Methods in javax.persistence.metamodel that return ManagedTypeModifier and TypeMethodDescriptionAttribute.getDeclaringType()
Return the managed type representing the type in which the attribute was declared.<X> ManagedType
<X> Metamodel.managedType
(Class<X> cls) Return the metamodel managed type representing the entity, mapped superclass, or embeddable class.Methods in javax.persistence.metamodel that return types with arguments of type ManagedTypeModifier and TypeMethodDescriptionSet
<ManagedType<?>> Metamodel.getManagedTypes()
Return the metamodel managed types.