Package org.hibernate.graph
@Incubating
package org.hibernate.graph
Implements and extends the JPA-defined entity graph API.
- API Note:
- This entire package, including its subpackages, is considered incubating.
-
ClassDescriptionExtends the JPA-defined
AttributeNodewith additional operations.Indicates an illegal attempt to make aGraphbecome anEntityGraphviaGraph.makeRootGraph(String, boolean).Indicates an attempt was made to add a (key)? sub-graph to an attribute type that does not support (key)? sub-graphs.A collection ofEntityGraphutilities.Graph<J>A container forAttributeNodereferences.GraphNode<J>Common operations ofAttributeNodeandGraph.Parser for string representations of JPAEntityGraph(RootGraph) andSubgraph(SubGraph), using a simple syntax defined by the `graph.g` Antlr grammar.Thrown byGraphParserto indicate textual entity graph representation parsing errors.RootGraph<J>Extends the JPA-definedEntityGraphwith additional operations.SubGraph<J>Extends the JPA-definedSubgraphwith additional operations.