Package org.hibernate.graph
Implements and extends the JPA-defined
entity graph API.-
Interface Summary Interface Description AttributeNode<J> Hibernate extension to the JPA entity-graph AttributeNode contract.Graph<J> A container forAttributeNodereferences.GraphNode<J> Commonality betweenAttributeNodeandGraph.RootGraph<J> Hibernate extension to the JPAEntityGraphcontract.SubGraph<J> Hibernate extension to the JPA entity-graph Subgraph contract. -
Class Summary Class Description EntityGraphs A collection ofEntityGraphutilities.GraphParser -
Enum Summary Enum Description GraphSemantic -
Exception Summary Exception Description CannotBecomeEntityGraphException Indicates an illegal attempt to make aGraphbecome anEntityGraphviaGraph.makeRootGraph(String, boolean).CannotContainSubGraphException Indicates an attempt was made to add a (key)? sub-graph to an attribute type that does not support (key)? sub-graphs.InvalidGraphException Thrown byGraphParserto indicate textual entity graph representation parsing errors.