Uses of Class
org.hibernate.graph.CannotContainSubGraphException
Packages that use CannotContainSubGraphException
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 CannotContainSubGraphException in org.hibernate.graph
Methods in org.hibernate.graph that throw CannotContainSubGraphExceptionModifier and TypeMethodDescription<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) <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) -
Uses of CannotContainSubGraphException in org.hibernate.graph.internal
Methods in org.hibernate.graph.internal that throw CannotContainSubGraphExceptionModifier and TypeMethodDescription<AJ> AttributeNodeImplementor<AJ>
AbstractGraph.addAttributeNode
(String attributeName) <AJ> AttributeNodeImplementor<AJ>
AbstractGraph.addAttributeNode
(PersistentAttribute<? super J, AJ> attribute) -
Uses of CannotContainSubGraphException in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi that throw CannotContainSubGraphExceptionModifier and TypeMethodDescription<AJ> AttributeNodeImplementor<AJ>
GraphImplementor.addAttributeNode
(String attributeName) <AJ> AttributeNodeImplementor<AJ>
GraphImplementor.addAttributeNode
(PersistentAttribute<? super J, AJ> attribute) default <AJ> SubGraphImplementor<? extends AJ>
GraphImplementor.addKeySubGraph
(PersistentAttribute<? super J, AJ> attribute, Class<? extends AJ> subType) default <AJ> SubGraphImplementor<? extends AJ>
SubGraphImplementor.addKeySubGraph
(PersistentAttribute<? super 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<? super J, AJ> attribute) default <AJ> SubGraphImplementor<? extends AJ>
GraphImplementor.addSubGraph
(PersistentAttribute<? super J, AJ> attribute, Class<? extends AJ> subType)