Uses of Class
org.hibernate.graph.CannotContainSubGraphException
Packages that use CannotContainSubGraphException
-
Uses of CannotContainSubGraphException in org.hibernate.graph
Methods in org.hibernate.graph that throw CannotContainSubGraphExceptionModifier and TypeMethodDescription<AJ> SubGraph<AJ>
Graph.addKeySubGraph
(String attributeName) Deprecated.<AJ> SubGraph<AJ>
Graph.addKeySubGraph
(String attributeName, Class<AJ> type) Deprecated.<AJ> SubGraph<AJ>
Graph.addKeySubGraph
(MapPersistentAttribute<? super J, ? super AJ, ?> attribute, Class<AJ> type) Deprecated.<X> SubGraph<X>
Graph.addSubgraph
(Attribute<? super J, X> attribute) <AJ> SubGraph<AJ>
Graph.addSubGraph
(String attributeName) Deprecated.<AJ> SubGraph<AJ>
Graph.addSubGraph
(String attributeName, Class<AJ> type) Deprecated.<AJ> SubGraph<AJ>
Graph.addSubGraph
(PersistentAttribute<? super J, ? super AJ> attribute, Class<AJ> type) Deprecated.<AJ> SubGraph<AJ>
Graph.addSubGraph
(PersistentAttribute<? super J, AJ> attribute) Deprecated.<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) <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.addKeySubgraph(String)