Uses of Interface
org.hibernate.graph.Graph
Packages that use Graph
Package
Description
Implements and extends the JPA-defined entity graph API.
This package defines an internal SPI abstracting over implementations
of the APIs defined in
org.hibernate.graph
.-
Uses of Graph in org.hibernate.graph
Subinterfaces of Graph in org.hibernate.graphModifier and TypeInterfaceDescriptioninterface
RootGraph<J>
Extends the JPA-definedEntityGraph
with additional operations.interface
SubGraph<J>
Extends the JPA-definedSubgraph
with additional operations.Methods in org.hibernate.graph that return GraphMethods in org.hibernate.graph with parameters of type GraphModifier and TypeMethodDescriptionstatic <T> EntityGraph<T>
static <T> void
GraphParser.parseInto
(Graph<T> graph, CharSequence graphText, EntityManager entityManager) Parses the textual graph representation into the specified graph.static <T> void
GraphParser.parseInto
(Graph<T> graph, CharSequence graphText, EntityManagerFactory entityManagerFactory) Parses the textual graph representation into the specified graph. -
Uses of Graph in org.hibernate.graph.internal
Classes in org.hibernate.graph.internal that implement GraphModifier and TypeClassDescriptionclass
class
Implementation of the JPA-definedEntityGraph
interface.class
SubGraphImpl<J>
Implementation of the JPA-definedSubgraph
interface. -
Uses of Graph in org.hibernate.graph.spi
Subinterfaces of Graph in org.hibernate.graph.spiModifier and TypeInterfaceDescriptioninterface
Integration version of theGraph
contractinterface
Integration version of theRootGraph
contract.interface
Integration version of theSubGraph
contract.Methods in org.hibernate.graph.spi with parameters of type GraphModifier and TypeMethodDescriptionstatic boolean
GraphHelper.appliesTo
(Graph<?> graph, ManagedDomainType<?> managedType)