Uses of Interface
org.hibernate.graph.spi.SubGraphImplementor
-
Packages that use SubGraphImplementor Package Description 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.sqm.tree.domain Nodes representing path expressions in the SQM tree. -
-
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 voidAttributeNodeImplementor. visitKeySubGraphs(BiConsumer<Class<?>,SubGraphImplementor<?>> consumer)default voidAttributeNodeImplementor. 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.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)
-