Uses of Interface
org.hibernate.graph.spi.SubGraphImplementor
-
Packages that use SubGraphImplementor Package Description org.hibernate.graph.internal org.hibernate.graph.internal.parse 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.metamodel.model.domain.internal org.hibernate.query.sqm.tree.domain -
-
Uses of SubGraphImplementor in org.hibernate.graph.internal
Classes in org.hibernate.graph.internal that implement SubGraphImplementor Modifier and Type Class Description class
SubGraphImpl<J>
Methods in org.hibernate.graph.internal that return SubGraphImplementor Modifier and Type Method Description <AJ> SubGraphImplementor<AJ>
SubGraphImpl. addKeySubGraph(String attributeName)
SubGraphImplementor<J>
SubGraphImpl. makeCopy(boolean mutable)
SubGraphImplementor<J>
AttributeNodeImpl. makeKeySubGraph()
<S extends J>
SubGraphImplementor<S>AttributeNodeImpl. makeKeySubGraph(Class<S> subtype)
<S extends J>
SubGraphImplementor<S>AttributeNodeImpl. makeKeySubGraph(ManagedDomainType<S> subtype)
SubGraphImplementor<J>
AttributeNodeImpl. makeSubGraph()
<S extends J>
SubGraphImplementor<S>AttributeNodeImpl. makeSubGraph(Class<S> subtype)
<S extends J>
SubGraphImplementor<S>AttributeNodeImpl. makeSubGraph(ManagedDomainType<S> subtype)
SubGraphImplementor<J>
RootGraphImpl. makeSubGraph(boolean mutable)
SubGraphImplementor<J>
SubGraphImpl. makeSubGraph(boolean mutable)
Methods in org.hibernate.graph.internal that return types with arguments of type SubGraphImplementor Modifier and Type Method Description Map<Class<? extends J>,SubGraphImplementor<? extends J>>
AttributeNodeImpl. getKeySubGraphMap()
Map<Class<? extends J>,SubGraphImplementor<? extends J>>
AttributeNodeImpl. getSubGraphMap()
Methods in org.hibernate.graph.internal with parameters of type SubGraphImplementor Modifier and Type Method Description protected <S extends J>
voidAttributeNodeImpl. internalAddSubGraph(Class<S> subType, SubGraphImplementor<S> subGraph)
-
Uses of SubGraphImplementor in org.hibernate.graph.internal.parse
Methods in org.hibernate.graph.internal.parse that return SubGraphImplementor Modifier and Type Method Description SubGraphImplementor<?>
SubGraphGenerator. createSubGraph(AttributeNodeImplementor<?> attributeNode, String subTypeName, SessionFactoryImplementor sessionFactory)
SubGraphImplementor
GraphParser. visitSubGraph(GraphLanguageParser.SubGraphContext ctx)
-
Uses of SubGraphImplementor in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi that return SubGraphImplementor Modifier and Type Method Description default <AJ> SubGraphImplementor<AJ>
GraphImplementor. addKeySubGraph(String attributeName)
default <AJ> SubGraphImplementor<AJ>
GraphImplementor. addKeySubGraph(String attributeName, Class<AJ> subtype)
default <AJ> SubGraphImplementor<AJ>
GraphImplementor. addKeySubGraph(PersistentAttribute<? extends J,AJ> attribute)
default <AJ> SubGraphImplementor<? extends AJ>
GraphImplementor. addKeySubGraph(PersistentAttribute<? extends J,AJ> attribute, Class<? extends AJ> subType)
<AJ> SubGraphImplementor<AJ>
SubGraphImplementor. addKeySubGraph(String attributeName)
default <AJ> SubGraphImplementor<? extends AJ>
SubGraphImplementor. addKeySubGraph(PersistentAttribute<? extends J,AJ> attribute, Class<? extends AJ> subType)
default <AJ> SubGraphImplementor<AJ>
GraphImplementor. addSubGraph(String attributeName)
default <AJ> SubGraphImplementor<AJ>
GraphImplementor. addSubGraph(String attributeName, Class<AJ> subType)
default <AJ> SubGraphImplementor<AJ>
GraphImplementor. addSubGraph(PersistentAttribute<? extends J,AJ> attribute)
default <AJ> SubGraphImplementor<? extends AJ>
GraphImplementor. addSubGraph(PersistentAttribute<? extends J,AJ> attribute, Class<? extends AJ> subType)
SubGraphImplementor<J>
SubGraphImplementor. makeCopy(boolean mutable)
SubGraphImplementor<J>
AttributeNodeImplementor. makeKeySubGraph()
<S extends J>
SubGraphImplementor<S>AttributeNodeImplementor. makeKeySubGraph(Class<S> subtype)
<S extends J>
SubGraphImplementor<S>AttributeNodeImplementor. makeKeySubGraph(ManagedDomainType<S> subtype)
SubGraphImplementor<J>
AttributeNodeImplementor. makeSubGraph()
<S extends J>
SubGraphImplementor<S>AttributeNodeImplementor. makeSubGraph(Class<S> subtype)
<S extends J>
SubGraphImplementor<S>AttributeNodeImplementor. makeSubGraph(ManagedDomainType<S> subtype)
SubGraphImplementor<J>
GraphImplementor. makeSubGraph(boolean mutable)
SubGraphImplementor<J>
RootGraphImplementor. makeSubGraph(boolean mutable)
default SubGraphImplementor<J>
SubGraphImplementor. makeSubGraph(boolean mutable)
Methods in org.hibernate.graph.spi that return types with arguments of type SubGraphImplementor Modifier and Type Method Description Map<Class<? extends J>,SubGraphImplementor<? extends J>>
AttributeNodeImplementor. getKeySubGraphMap()
Map<Class<? extends J>,SubGraphImplementor<? extends J>>
AttributeNodeImplementor. getSubGraphMap()
Method parameters in org.hibernate.graph.spi with type arguments of type SubGraphImplementor Modifier and Type Method Description default void
AttributeNodeImplementor. visitKeySubGraphs(BiConsumer<Class<?>,SubGraphImplementor<?>> consumer)
default void
AttributeNodeImplementor. visitSubGraphs(BiConsumer<Class<?>,SubGraphImplementor<?>> consumer)
-
Uses of SubGraphImplementor in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return SubGraphImplementor Modifier and Type Method Description SubGraphImplementor<J>
AbstractManagedType. makeSubGraph()
SubGraphImplementor<J>
ManagedDomainType. makeSubGraph()
<S extends J>
SubGraphImplementor<S>ManagedDomainType. makeSubGraph(Class<S> subClassType)
-
Uses of SubGraphImplementor in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal that return SubGraphImplementor Modifier and Type Method Description <S extends J>
SubGraphImplementor<S>EmbeddableTypeImpl. makeSubGraph(Class<S> subType)
SubGraphImplementor<J>
EntityTypeImpl. makeSubGraph()
<S extends J>
SubGraphImplementor<S>EntityTypeImpl. makeSubGraph(Class<S> subType)
SubGraphImplementor<J>
MappedSuperclassTypeImpl. makeSubGraph()
<S extends J>
SubGraphImplementor<S>MappedSuperclassTypeImpl. makeSubGraph(Class<S> subType)
-
Uses of SubGraphImplementor in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SubGraphImplementor Modifier and Type Method Description SubGraphImplementor<T>
SqmPolymorphicRootDescriptor. makeSubGraph()
<S extends T>
SubGraphImplementor<S>SqmPolymorphicRootDescriptor. makeSubGraph(Class<S> subType)
-