Uses of Interface
org.hibernate.metamodel.model.domain.ManagedDomainType
Packages that use ManagedDomainType
Package
Description
Implements and extends the JPA-defined entity graph API.
This package defines an internal SPI abstracting over implementations
of the APIs defined in
org.hibernate.graph.Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
Nodes representing path expressions in the SQM tree.
-
Uses of ManagedDomainType in org.hibernate.graph
Methods in org.hibernate.graph that return ManagedDomainType -
Uses of ManagedDomainType in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi with parameters of type ManagedDomainTypeModifier and TypeMethodDescriptionstatic booleanGraphHelper.appliesTo(Graph<?> graph, ManagedDomainType<?> managedType) -
Uses of ManagedDomainType in org.hibernate.metamodel.model.domain
Subinterfaces of ManagedDomainType in org.hibernate.metamodel.model.domainModifier and TypeInterfaceDescriptioninterfaceHibernate extension to the JPAEmbeddableTypecontract.interfaceExtension to the JPAEntityTypecontract.interfaceExtension to the JPAIdentifiableTypecontract.interfaceExtension of the JPAMappedSuperclassTypecontractinterfaceMethods in org.hibernate.metamodel.model.domain that return ManagedDomainTypeModifier and TypeMethodDescription@Nullable ManagedDomainType<?> JpaMetamodel.findManagedType(@Nullable String typeName) Same asJpaMetamodel.managedType(String)exceptnullis returned rather than throwing an exception<X> @Nullable ManagedDomainType<X> JpaMetamodel.findManagedType(Class<X> cls) Same asJpaMetamodel.managedType(Class)exceptnullis returned rather than throwing an exceptionBagPersistentAttribute.getDeclaringType()PersistentAttribute.getDeclaringType()PluralPersistentAttribute.getDeclaringType()SingularPersistentAttribute.getDeclaringType()@Nullable ManagedDomainType<? super J> ManagedDomainType.getSuperType()The descriptor of the supertype of this type.<X> ManagedDomainType<X> JpaMetamodel.managedType(Class<X> cls) JpaMetamodel.managedType(String typeName) Access to a managed type through its nameMethods in org.hibernate.metamodel.model.domain that return types with arguments of type ManagedDomainTypeModifier and TypeMethodDescriptionCollection<? extends ManagedDomainType<? extends J>> ManagedDomainType.getSubTypes()The descriptors of all known managed subtypes of this type.Methods in org.hibernate.metamodel.model.domain with parameters of type ManagedDomainTypeModifier and TypeMethodDescriptionvoidManagedDomainType.addSubType(ManagedDomainType<? extends J> subType) -
Uses of ManagedDomainType in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return ManagedDomainType -
Uses of ManagedDomainType in org.hibernate.query.sqm.tree.domain
Subinterfaces of ManagedDomainType in org.hibernate.query.sqm.tree.domainModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceClasses in org.hibernate.query.sqm.tree.domain that implement ManagedDomainTypeModifier and TypeClassDescriptionclassActs as theEntityDomainTypefor a "polymorphic query" grouping.Methods in org.hibernate.query.sqm.tree.domain that return ManagedDomainTypeModifier and TypeMethodDescription@Nullable ManagedDomainType<? super T> SqmPolymorphicRootDescriptor.getSuperType()SqmTreatedPath.getTreatTarget()Methods in org.hibernate.query.sqm.tree.domain with parameters of type ManagedDomainTypeModifier and TypeMethodDescriptionvoidSqmPolymorphicRootDescriptor.addSubType(ManagedDomainType<? extends T> subType) protected <S extends T, X extends SqmTreatedFrom<O,T, S>>
@Nullable XAbstractSqmFrom.findTreat(ManagedDomainType<S> targetType, @Nullable String alias) protected <S extends T>
SqmTreatedPath<T, S> AbstractSqmPath.getTreatedPath(ManagedDomainType<S> treatTarget)