Uses of Interface
org.hibernate.graph.SubGraph
Packages that use SubGraph
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
.-
Uses of SubGraph in org.hibernate.graph
Methods in org.hibernate.graph that return SubGraphModifier and TypeMethodDescriptiondefault <X> SubGraph<X>
RootGraph.addKeySubgraph
(Attribute<? super J, X> attribute) default <X> SubGraph<? extends X>
RootGraph.addKeySubgraph
(Attribute<? super J, X> attribute, Class<? extends X> type) default <X> SubGraph<X>
RootGraph.addKeySubgraph
(String name) default <X> SubGraph<X>
SubGraph.addKeySubgraph
(Attribute<? super J, X> attribute) default <X> SubGraph<? extends X>
SubGraph.addKeySubgraph
(Attribute<? super J, X> attribute, Class<? extends X> type) default <X> SubGraph<X>
SubGraph.addKeySubgraph
(String name) default <X> SubGraph<X>
SubGraph.addKeySubgraph
(String name, Class<X> type) <AJ> SubGraph<AJ>
Graph.addKeySubGraph
(String attributeName) <AJ> SubGraph<AJ>
Graph.addKeySubGraph
(String attributeName, Class<AJ> type) <AJ> SubGraph<AJ>
Graph.addKeySubGraph
(PersistentAttribute<? super J, AJ> attribute) <AJ> SubGraph<? extends AJ>
Graph.addKeySubGraph
(PersistentAttribute<? super J, AJ> attribute, Class<? extends AJ> type) default <AJ> SubGraph<AJ>
Graph.addPluralSubgraph
(PluralAttribute<? super J, ?, AJ> attribute) Add a subgraph rooted at a plural attribute, allowing further nodes to be added to the subgraph.<T1> SubGraph<? extends T1>
RootGraph.addSubclassSubgraph
(Class<? extends T1> type) default <X> SubGraph<X>
RootGraph.addSubgraph
(Attribute<? super J, X> attribute) default <X> SubGraph<X>
RootGraph.addSubgraph
(String name) default <X> SubGraph<X>
RootGraph.addSubgraph
(String name, Class<X> type) default <X> SubGraph<X>
SubGraph.addSubgraph
(Attribute<? super J, X> attribute) default <X> SubGraph<? extends X>
SubGraph.addSubgraph
(Attribute<? super J, X> attribute, Class<? extends X> type) default <X> SubGraph<X>
SubGraph.addSubgraph
(String name) default <X> SubGraph<X>
SubGraph.addSubgraph
(String name, Class<X> type) <AJ> SubGraph<AJ>
Graph.addSubGraph
(String attributeName) Create and return a new (mutable)SubGraph
associated with the namedAttributeNode
.<AJ> SubGraph<AJ>
Graph.addSubGraph
(String attributeName, Class<AJ> type) <AJ> SubGraph<AJ>
Graph.addSubGraph
(PersistentAttribute<? super J, AJ> attribute) Create and return a new (mutable)SubGraph
associated with theAttributeNode
for the given attribute.<AJ> SubGraph<? extends AJ>
Graph.addSubGraph
(PersistentAttribute<? super J, AJ> attribute, Class<? extends AJ> type) <E> SubGraph<E>
Graph.addTreatedElementSubgraph
(PluralAttribute<? super J, ?, ? super E> attribute, Class<E> type) <K> SubGraph<K>
Graph.addTreatedMapKeySubgraph
(MapAttribute<? super J, ? super K, ?> attribute, Class<K> type) <Y> SubGraph<Y>
Graph.addTreatedSubgraph
(Attribute<? super J, ? super Y> attribute, Class<Y> type) AttributeNode.makeKeySubGraph()
AttributeNode.makeKeySubGraph
(Class<S> subtype) AttributeNode.makeSubGraph()
AttributeNode.makeSubGraph
(Class<S> subtype) Graph.makeSubGraph
(boolean mutable) RootGraph.makeSubGraph
(boolean mutable) Methods in org.hibernate.graph that return types with arguments of type SubGraphMethods in org.hibernate.graph with parameters of type SubGraphModifier and TypeMethodDescription<S extends J>
voidAttributeNode.addKeySubGraph
(Class<S> subType, SubGraph<S> subGraph) <S extends J>
voidAttributeNode.addSubGraph
(Class<S> subType, SubGraph<S> subGraph) -
Uses of SubGraph in org.hibernate.graph.internal
Classes in org.hibernate.graph.internal that implement SubGraphModifier and TypeClassDescriptionclass
SubGraphImpl<J>
Implementation of the JPA-definedSubgraph
interface.Methods in org.hibernate.graph.internal with parameters of type SubGraphModifier and TypeMethodDescription<S extends J>
voidAttributeNodeImpl.addKeySubGraph
(Class<S> subType, SubGraph<S> subGraph) <S extends J>
voidAttributeNodeImpl.addSubGraph
(Class<S> subType, SubGraph<S> subGraph) protected void
AttributeNodeImpl.internalAddKeySubGraph
(SubGraph<? extends J> subGraph) -
Uses of SubGraph in org.hibernate.graph.spi
Subinterfaces of SubGraph in org.hibernate.graph.spiMethods in org.hibernate.graph.spi that return types with arguments of type SubGraph