Uses of Interface
jakarta.persistence.metamodel.ManagedType
-
Uses of ManagedType in jakarta.persistence.metamodel
Modifier and TypeInterfaceDescriptioninterface
An instance ofEmbeddableType
represents an embeddable type.interface
EntityType<X>
An instance ofEntityType
represents an entity type.interface
An instance of the typeIdentifiableType
represents an entity or mapped superclass type.interface
An instance of the typeMappedSuperclassType
represents a mapped superclass type.Modifier 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.Modifier and TypeMethodDescriptionSet
<ManagedType<?>> Metamodel.getManagedTypes()
Return the metamodel managed types.