Uses of Interface
org.hibernate.metamodel.model.domain.ManagedDomainType
-
Packages that use ManagedDomainType Package Description org.hibernate.graph Implements and extends the JPA-defined entity graph API.org.hibernate.graph.spi org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.query.derived org.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree. -
-
Uses of ManagedDomainType in org.hibernate.graph
Methods in org.hibernate.graph that return ManagedDomainType Modifier and Type Method Description ManagedDomainType<J>Graph. getGraphedType()Graphs apply only toManagedTypes. -
Uses of ManagedDomainType in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi with parameters of type ManagedDomainType Modifier and Type Method Description booleanGraphImplementor. appliesTo(ManagedDomainType<? super J> managedType)default booleanRootGraphImplementor. appliesTo(ManagedDomainType<? super J> managedType)<S extends J>
SubGraphImplementor<S>AttributeNodeImplementor. makeKeySubGraph(ManagedDomainType<S> subtype)<S extends J>
SubGraphImplementor<S>AttributeNodeImplementor. makeSubGraph(ManagedDomainType<S> subtype) -
Uses of ManagedDomainType in org.hibernate.metamodel.model.domain
Subinterfaces of ManagedDomainType in org.hibernate.metamodel.model.domain Modifier and Type Interface Description interfaceEmbeddableDomainType<J>Hibernate extension to the JPAEmbeddableTypecontract.interfaceEmbeddedDomainType<J>Deprecated.UseEmbeddableDomainTypeinstead.interfaceEntityDomainType<J>Extension to the JPAEntityTypecontractinterfaceIdentifiableDomainType<J>Extension to the JPAIdentifiableTypecontractinterfaceMappedSuperclassDomainType<J>Extension of the JPAMappedSuperclassTypecontractClasses in org.hibernate.metamodel.model.domain that implement ManagedDomainType Modifier and Type Class Description classAbstractIdentifiableType<J>Defines commonality for the JPAIdentifiableTypetypes.classAbstractManagedType<J>Commonality for Hibernate's implementations of the JPAManagedTypecontract.Methods in org.hibernate.metamodel.model.domain that return ManagedDomainType Modifier and Type Method Description <X> ManagedDomainType<X>JpaMetamodel. findManagedType(Class<X> cls)Same asJpaMetamodel.managedType(java.lang.Class<X>)exceptnullis returned rather than throwing an exception<S extends J>
ManagedDomainType<S>AbstractManagedType. findSubType(Class<S> subType)<S extends J>
ManagedDomainType<S>AbstractManagedType. findSubType(String subTypeName)<S extends J>
ManagedDomainType<S>ManagedDomainType. findSubType(Class<S> subType)<S extends J>
ManagedDomainType<S>ManagedDomainType. findSubType(String subTypeName)ManagedDomainType<D>BagPersistentAttribute. getDeclaringType()ManagedDomainType<D>PersistentAttribute. getDeclaringType()ManagedDomainType<D>PluralPersistentAttribute. getDeclaringType()ManagedDomainType<D>SingularPersistentAttribute. getDeclaringType()ManagedDomainType<? super J>AbstractManagedType. getSuperType()ManagedDomainType<? super J>ManagedDomainType. getSuperType()This type's super type descriptor.<X> ManagedDomainType<X>JpaMetamodel. managedType(Class<X> cls)Methods in org.hibernate.metamodel.model.domain that return types with arguments of type ManagedDomainType Modifier and Type Method Description Collection<? extends ManagedDomainType<? extends J>>AbstractManagedType. getSubTypes()Collection<? extends ManagedDomainType<? extends J>>ManagedDomainType. getSubTypes()Methods in org.hibernate.metamodel.model.domain with parameters of type ManagedDomainType Modifier and Type Method Description voidAbstractManagedType. addSubType(ManagedDomainType subType)voidManagedDomainType. addSubType(ManagedDomainType subType)Constructors in org.hibernate.metamodel.model.domain with parameters of type ManagedDomainType Constructor Description AbstractManagedType(String hibernateTypeName, JavaType<J> javaType, ManagedDomainType<? super J> superType, JpaMetamodelImplementor domainMetamodel) -
Uses of ManagedDomainType in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return ManagedDomainType Modifier and Type Method Description ManagedDomainType<O>AnonymousTupleSqmAssociationPathSource. getDeclaringType() -
Uses of ManagedDomainType in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement ManagedDomainType Modifier and Type Class Description classSqmPolymorphicRootDescriptor<T>Acts as the EntityValuedNavigable for a "polymorphic query" groupingMethods in org.hibernate.query.sqm.tree.domain that return ManagedDomainType Modifier and Type Method Description <S extends T>
ManagedDomainType<S>SqmPolymorphicRootDescriptor. findSubType(Class<S> type)<S extends T>
ManagedDomainType<S>SqmPolymorphicRootDescriptor. findSubType(String subTypeName)ManagedDomainType<? super T>SqmPolymorphicRootDescriptor. getSuperType()Methods in org.hibernate.query.sqm.tree.domain with parameters of type ManagedDomainType Modifier and Type Method Description voidSqmPolymorphicRootDescriptor. addSubType(ManagedDomainType subType)
-