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
AttributeNode
with additional operations.Indicates an illegal attempt to make aGraph
become anEntityGraph
viaGraph.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 ofEntityGraph
utilities.Graph<J>A container forAttributeNode
references.GraphNode<J>Common operations ofAttributeNode
andGraph
.Parser for string representations of JPAEntityGraph
(RootGraph
) andSubgraph
(SubGraph
), using a simple syntax defined by the `graph.g` Antlr grammar.Thrown byGraphParser
to indicate textual entity graph representation parsing errors.RootGraph<J>Extends the JPA-definedEntityGraph
with additional operations.SubGraph<J>Extends the JPA-definedSubgraph
with additional operations.