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).
Implementation of the SPI for the runtime domain metamodel.
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.internal
Methods in org.hibernate.graph.internal that return ManagedDomainTypeModifier and TypeMethodDescriptionprotected <T> ManagedDomainType<T>AttributeNodeImpl.asManagedType(DomainType<T> domainType) final ManagedDomainType<J>GraphImpl.getGraphedType()Constructors in org.hibernate.graph.internal with parameters of type ManagedDomainTypeModifierConstructorDescriptionGraphImpl(ManagedDomainType<J> managedType, boolean mutable) protectedGraphImpl(ManagedDomainType<J> managedType, GraphImplementor<J> graph, boolean mutable) SubGraphImpl(ManagedDomainType<J> managedType, boolean mutable) -
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.internal
Methods in org.hibernate.metamodel.internal that return ManagedDomainTypeModifier and TypeMethodDescriptionAttributeContext.getOwnerType()Retrieve the attribute owner.AttributeMetadata.getOwnerType()Retrieve the attribute owner's metamodel informationBaseAttributeMetadata.getOwnerType()Methods in org.hibernate.metamodel.internal with parameters of type ManagedDomainTypeModifier and TypeMethodDescription<X,Y> PersistentAttribute<X, Y> AttributeFactory.buildAttribute(ManagedDomainType<X> ownerType, Property property) Build a normal attribute.static <X,Y> PersistentAttribute<X, Y> AttributeFactory.buildAttribute(ManagedDomainType<X> ownerType, Property property, MetadataContext metadataContext) Class<?>MetadataContext.metamodelClass(ManagedDomainType<?> managedDomainType) Constructors in org.hibernate.metamodel.internal with parameters of type ManagedDomainTypeModifierConstructorDescriptionprotectedBaseAttributeMetadata(Property propertyMapping, ManagedDomainType<X> ownerType, Member member, AttributeClassification attributeClassification) -
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<X> @Nullable ManagedDomainType<X>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()ManagedDomainType<? super J>ManagedDomainType.getSuperType()The descriptor of the supertype of this type.<X> ManagedDomainType<X>JpaMetamodel.managedType(Class<X> cls) <X> ManagedDomainType<X>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.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement ManagedDomainTypeModifier and TypeClassDescriptionclassFunctionality common to all implementations ofIdentifiableType.classFunctionality common to all implementations ofManagedType.classImplementation ofEmbeddableType.classImplementation ofEntityType.classImplementation ofMappedSuperclassType.Methods in org.hibernate.metamodel.model.domain.internal that return ManagedDomainTypeModifier and TypeMethodDescription<X> @Nullable ManagedDomainType<X>JpaMetamodelImpl.findManagedType(@Nullable String typeName) <X> @Nullable ManagedDomainType<X>JpaMetamodelImpl.findManagedType(Class<X> cls) <X> @Nullable ManagedDomainType<X>MappingMetamodelImpl.findManagedType(@Nullable String typeName) <X> ManagedDomainType<X>MappingMetamodelImpl.findManagedType(Class<X> cls) AbstractAttribute.getDeclaringType()PluralAttributeBuilder.getDeclaringType()<X> ManagedDomainType<X>JpaMetamodelImpl.managedType(Class<X> cls) <X> ManagedDomainType<X>JpaMetamodelImpl.managedType(String typeName) <X> ManagedDomainType<X>MappingMetamodelImpl.managedType(Class<X> cls) <X> ManagedDomainType<X>MappingMetamodelImpl.managedType(String typeName) Methods in org.hibernate.metamodel.model.domain.internal with parameters of type ManagedDomainTypeModifier and TypeMethodDescriptionvoidAbstractManagedType.addSubType(ManagedDomainType<? extends J> subType) Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type ManagedDomainTypeModifierConstructorDescriptionprotectedAbstractAttribute(ManagedDomainType<D> declaringType, String name, JavaType<J> attributeJtd, AttributeClassification attributeClassification, SqmDomainType<B> valueType, Member member) protectedAbstractManagedType(String hibernateTypeName, JavaType<J> javaType, ManagedDomainType<? super J> supertype, JpaMetamodelImplementor metamodel) EmbeddableTypeImpl(JavaType<J> javaType, ManagedDomainType<? super J> superType, DomainType<?> discriminatorType, boolean isDynamic, JpaMetamodelImplementor domainMetamodel) Identifier(ManagedDomainType<D> declaringType, String name, SqmDomainType<J> attributeType, Member member, AttributeClassification attributeClassification, boolean isGeneric, MetadataContext metadataContext) NonAggregatedCompositeSqmPathSource(String localName, SqmPathSource<J> pathModel, Bindable.BindableType bindableType, ManagedDomainType<J> container) PluralAttributeBuilder(JavaType<C> collectionJtd, boolean isGeneric, AttributeClassification attributeClassification, CollectionClassification collectionClassification, SqmDomainType<E> elementType, DomainType<K> listIndexOrMapKeyType, ManagedDomainType<D> declaringType, Property property, Member member) SingularAttributeImpl(ManagedDomainType<D> declaringType, String name, AttributeClassification attributeClassification, SqmDomainType<J> attributeType, JavaType<?> relationalJavaType, Member member, boolean isIdentifier, boolean isVersion, boolean isOptional, boolean isGeneric, MetadataContext metadataContext) Version(ManagedDomainType<X> declaringType, String name, AttributeClassification attributeClassification, SqmDomainType<Y> attributeType, Member member, MetadataContext metadataContext) -
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 TypeMethodDescriptionManagedDomainType<? 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>>
XAbstractSqmFrom.findTreat(ManagedDomainType<S> targetType, String alias) protected <S extends T>
SqmTreatedPath<T,S> AbstractSqmPath.getTreatedPath(ManagedDomainType<S> treatTarget) -
Uses of ManagedDomainType in org.hibernate.query.sqm.tuple.internal
Methods in org.hibernate.query.sqm.tuple.internal that return ManagedDomainTypeModifier and TypeMethodDescriptionAnonymousTupleSqmAssociationPathSource.getDeclaringType()AnonymousTupleSqmAssociationPathSourceNew.getDeclaringType()