Uses of Interface
jakarta.persistence.metamodel.ManagedType
-
Packages that use ManagedType Package Description jakarta.persistence.metamodel Jakarta Persistence Metamodel API -
-
Uses of ManagedType in jakarta.persistence.metamodel
Subinterfaces of ManagedType in jakarta.persistence.metamodel Modifier and Type Interface Description interfaceEmbeddableType<X>Instances of the typeEmbeddableTyperepresent embeddable types.interfaceEntityType<X>Instances of the typeEntityTyperepresent entity types.interfaceIdentifiableType<X>Instances of the typeIdentifiableTyperepresent entity or mapped superclass types.interfaceMappedSuperclassType<X>Instances of the typeMappedSuperclassTyperepresent mapped superclass types.Methods in jakarta.persistence.metamodel that return ManagedType Modifier and Type Method Description ManagedType<X>Attribute. 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 jakarta.persistence.metamodel that return types with arguments of type ManagedType Modifier and Type Method Description Set<ManagedType<?>>Metamodel. getManagedTypes()Return the metamodel managed types.
-