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<J, X> attribute) default <X> SubGraph<? extends X>RootGraph.addKeySubgraph(Attribute<J, X> attribute, Class<? extends X> type) default <X> SubGraph<X>RootGraph.addKeySubgraph(String name) default <X> SubGraph<X>SubGraph.addKeySubgraph(Attribute<J, X> attribute) default <X> SubGraph<? extends X>SubGraph.addKeySubgraph(Attribute<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<? extends J, AJ> attribute) <AJ> SubGraph<? extends AJ>Graph.addKeySubGraph(PersistentAttribute<? extends J, AJ> attribute, Class<? extends AJ> type) default <AJ> SubGraph<AJ>Graph.addPluralSubgraph(PluralAttribute<? extends 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<J, X> attribute) default <X> SubGraph<? extends X>RootGraph.addSubgraph(Attribute<J, X> attribute, Class<? extends X> type) 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<J, X> attribute) default <X> SubGraph<? extends X>SubGraph.addSubgraph(Attribute<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)SubGraphassociated with the namedAttributeNode.<AJ> SubGraph<AJ>Graph.addSubGraph(String attributeName, Class<AJ> type) <AJ> SubGraph<AJ>Graph.addSubGraph(PersistentAttribute<? extends J, AJ> attribute) Create and return a new (mutable)SubGraphassociated with theAttributeNodefor the given attribute.<AJ> SubGraph<? extends AJ>Graph.addSubGraph(PersistentAttribute<? extends J, AJ> attribute, Class<? extends AJ> 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 TypeClassDescriptionclassSubGraphImpl<J>Implementation of the JPA-definedSubgraphinterface.Methods in org.hibernate.graph.internal that return SubGraphModifier and TypeMethodDescription<T1> SubGraph<? extends T1>RootGraphImpl.addSubclassSubgraph(Class<? extends T1> type) 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 voidAttributeNodeImpl.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