Uses of Interface
jakarta.persistence.metamodel.ManagedType
Packages that use ManagedType
-
Uses of ManagedType in jakarta.persistence.metamodel
Subinterfaces of ManagedType in jakarta.persistence.metamodelModifier and TypeInterfaceDescriptioninterfaceAn instance ofEmbeddableTyperepresents an embeddable type.interfaceEntityType<X>An instance ofEntityTyperepresents an entity type.interfaceAn instance of the typeIdentifiableTyperepresents an entity or mapped superclass type.interfaceAn instance of the typeMappedSuperclassTyperepresents a mapped superclass type.Methods in jakarta.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 jakarta.persistence.metamodel that return types with arguments of type ManagedTypeModifier and TypeMethodDescriptionSet<ManagedType<?>> Metamodel.getManagedTypes()Return the metamodel managed types.