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.
-
ClassDescriptionRepresents a fetched attribute in an entity graph.Indicates an illegal attempt to make a
Graphbecome anEntityGraphviaGraph.makeRootGraph(String, boolean).Indicates an attempt was made to add a (key)? subgraph to an attribute type that does not support (key)? subgraphs.A collection ofEntityGraphutilities.Graph<J>Represents a managed type in an entity graph, acting as a container for:AttributeNodereferences representing fetched attributes, and treated subgraphs, each represented by a child instance ofSubGraph.GraphNode<J>Common operations ofAttributeNodeandGraph.Parser for string representations of entity graphs.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.