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 TypeMethodDescription<E> SubGraph<E> Graph.addElementSubgraph(PluralAttribute<? super J, ?, E> attribute) <X> SubGraph<X> Graph.addElementSubgraph(String attributeName) Create and return a new (mutable)SubGraphassociated with the element of the namedPluralAttribute, or return an existing suchSubGraphif there is one.<X> SubGraph<X> Graph.addElementSubgraph(String attributeName, Class<X> type) Create and return a new (mutable)SubGraphassociated with the element of the namedPluralAttribute, and with the given type, which may be a subtype of the element type, or return an existing suchSubGraphif there is one.<X> SubGraph<X> Graph.addKeySubgraph(String attributeName) <X> SubGraph<X> Graph.addKeySubgraph(String attributeName, Class<X> type) <K> SubGraph<K> Graph.addMapKeySubgraph(MapAttribute<? super J, K, ?> attribute) <X> SubGraph<X> Graph.addSubgraph(Attribute<? super J, X> attribute) <X> SubGraph<X> Graph.addSubgraph(String attributeName) <X> SubGraph<X> Graph.addSubgraph(String attributeName, Class<X> type) <AJ> SubGraph<AJ> Graph.addTreatedElementSubgraph(PluralAttribute<? super J, ?, ? super AJ> attribute, ManagedType<AJ> type) <E> SubGraph<E> Graph.addTreatedElementSubgraph(PluralAttribute<? super J, ?, ? super E> attribute, Class<E> type) <AJ> SubGraph<AJ> Graph.addTreatedMapKeySubgraph(MapAttribute<? super J, ? super AJ, ?> attribute, ManagedType<AJ> type) <K> SubGraph<K> Graph.addTreatedMapKeySubgraph(MapAttribute<? super J, ? super K, ?> attribute, Class<K> type) <AJ> SubGraph<AJ> Graph.addTreatedSubgraph(Attribute<? super J, ? super AJ> attribute, ManagedType<AJ> type) <Y> SubGraph<Y> Graph.addTreatedSubgraph(Attribute<? super J, ? super Y> attribute, Class<Y> type) Graph.addTreatedSubgraph(ManagedType<Y> type) Graph.addTreatedSubgraph(Class<Y> type) Methods in org.hibernate.graph that return types with arguments of type SubGraphModifier and TypeMethodDescriptionAttributeNode.getKeySubGraphs()All key subgraphs rooted at this node.AttributeNode.getSubGraphs()All value subgraphs rooted at this node. -
Uses of SubGraph in org.hibernate.graph.spi
Subinterfaces of SubGraph in org.hibernate.graph.spiMethods in org.hibernate.graph.spi that return SubGraphModifier and TypeMethodDescription<AJ> SubGraph<AJ> GraphImplementor.addTreatedElementSubgraph(PluralAttribute<? super J, ?, ? super AJ> attribute, ManagedType<AJ> type)