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 This package defines an internal SPI abstracting over implementations of the APIs defined inorg.hibernate.graph
.org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel. -
-
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>
Implementation of the JPA-definedSubgraph
interface.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 void
AttributeNodeImpl. addSubGraph(SubGraphImplementor<? extends J> subGraph)
protected void
AttributeNodeImpl. internalAddSubGraph(SubGraphImplementor<? extends J> 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()
Methods in org.hibernate.graph.spi with parameters of type SubGraphImplementor Modifier and Type Method Description void
AttributeNodeImplementor. addSubGraph(SubGraphImplementor<? extends J> subGraph)
Method parameters in org.hibernate.graph.spi with type arguments of type SubGraphImplementor Modifier and Type Method Description default void
AttributeNodeImplementor. visitKeySubGraphs(BiConsumer<Class<? extends J>,SubGraphImplementor<? extends J>> consumer)
default void
AttributeNodeImplementor. visitSubGraphs(BiConsumer<Class<? extends J>,SubGraphImplementor<? extends J>> consumer)
-
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 static <J,S>
SubGraphImplementor<S>DomainModelHelper. makeSubGraph(ManagedDomainType<J> type, Class<S> subtype)
-