Uses of Class
org.hibernate.graph.CannotContainSubGraphException
-
Packages that use CannotContainSubGraphException Package Description org.hibernate.graph Hibernate's (extended) support for JPA's entity graphsorg.hibernate.graph.spi -
-
Uses of CannotContainSubGraphException in org.hibernate.graph
Methods in org.hibernate.graph that throw CannotContainSubGraphException Modifier and Type Method Description <AJ> SubGraph<AJ>
Graph. addKeySubGraph(String attributeName)
<AJ> SubGraph<AJ>
Graph. addKeySubGraph(String attributeName, Class<AJ> type)
<AJ> SubGraph<AJ>
Graph. addKeySubGraph(Attribute<? extends J,AJ> attribute)
<AJ> SubGraph<? extends AJ>
Graph. addKeySubGraph(Attribute<? extends J,AJ> attribute, Class<? extends AJ> type)
<AJ> SubGraph<AJ>
Graph. addSubGraph(String attributeName)
Create a (mutable) SubGraphNode associated with the named AttributeNode.<AJ> SubGraph<AJ>
Graph. addSubGraph(String attributeName, Class<AJ> type)
<AJ> SubGraph<AJ>
Graph. addSubGraph(Attribute<? extends J,AJ> attribute)
Create a (mutable) SubGraphNode associated with the AttributeNode for the given Attribute.<AJ> SubGraph<? extends AJ>
Graph. addSubGraph(Attribute<? extends J,AJ> attribute, Class<? extends AJ> type)
-
Uses of CannotContainSubGraphException in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi that throw CannotContainSubGraphException Modifier and Type Method Description <AJ> AttributeNodeImplementor<AJ>
GraphImplementor. addAttributeNode(String attributeName)
default <AJ> AttributeNodeImplementor<AJ>
GraphImplementor. addAttributeNode(Attribute<? extends J,AJ> attribute)
<AJ> AttributeNodeImplementor<AJ>
GraphImplementor. addAttributeNode(PersistentAttributeDescriptor<? extends J,AJ> attribute)
default <AJ> SubGraphImplementor<? extends AJ>
GraphImplementor. addKeySubGraph(Attribute<? extends J,AJ> attribute, Class<? extends AJ> subType)
default <AJ> SubGraphImplementor<? extends AJ>
GraphImplementor. addKeySubGraph(PersistentAttributeDescriptor<? extends J,AJ> attribute, Class<? extends AJ> subType)
default <AJ> SubGraphImplementor<? extends AJ>
SubGraphImplementor. addKeySubGraph(PersistentAttributeDescriptor<? extends 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(Attribute<? extends J,AJ> attribute)
default <AJ> SubGraph<? extends AJ>
GraphImplementor. addSubGraph(Attribute<? extends J,AJ> attribute, Class<? extends AJ> type)
default <AJ> SubGraphImplementor<AJ>
GraphImplementor. addSubGraph(PersistentAttributeDescriptor<? extends J,AJ> attribute)
default <AJ> SubGraphImplementor<AJ>
GraphImplementor. addSubGraph(PersistentAttributeDescriptor<? extends J,AJ> attribute, Class<AJ> subType)
-