Uses of Interface
jakarta.persistence.metamodel.ManagedType
Packages that use ManagedType
Package
Description
Jakarta Persistence Metamodel API
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
Nodes representing path expressions in the SQM tree.
-
Uses of ManagedType in jakarta.persistence.metamodel
Subinterfaces of ManagedType in jakarta.persistence.metamodelModifier and TypeInterfaceDescriptioninterfaceInstances of the typeEmbeddableTyperepresent embeddable types.interfaceEntityType<X>Instances of the typeEntityTyperepresent entity types.interfaceInstances of the typeIdentifiableTyperepresent entity or mapped superclass types.interfaceInstances of the typeMappedSuperclassTyperepresent mapped superclass types.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. -
Uses of ManagedType in org.hibernate.metamodel.model.domain
Subinterfaces of ManagedType in org.hibernate.metamodel.model.domainModifier and TypeInterfaceDescriptioninterfaceHibernate extension to the JPAEmbeddableTypecontract.interfaceDeprecated.interfaceExtension to the JPAEntityTypecontract.interfaceExtension to the JPAIdentifiableTypecontract.interfaceExtensions to the JPA-definedManagedTypecontract.interfaceExtension of the JPAMappedSuperclassTypecontractinterfaceClasses in org.hibernate.metamodel.model.domain that implement ManagedTypeModifier and TypeClassDescriptionclassFunctionality common to all implementations ofIdentifiableType.classFunctionality common to all implementations ofManagedType.Methods in org.hibernate.metamodel.model.domain that return types with arguments of type ManagedType -
Uses of ManagedType in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement ManagedTypeModifier and TypeClassDescriptionclassImplementation ofEmbeddableType.classImplementation ofEntityType.classImplementation ofMappedSuperclassType.Methods in org.hibernate.metamodel.model.domain.internal that return types with arguments of type ManagedTypeModifier and TypeMethodDescriptionSet<ManagedType<?>>JpaMetamodelImpl.getManagedTypes()Set<ManagedType<?>>MappingMetamodelImpl.getManagedTypes() -
Uses of ManagedType in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement ManagedTypeModifier and TypeClassDescriptionclassActs as theEntityDomainTypefor a "polymorphic query" grouping.
EmbeddableDomainTypeinstead.