Uses of Interface
org.hibernate.graph.spi.GraphImplementor
-
Packages that use GraphImplementor Package Description org.hibernate.graph Implements and extends the JPA-defined entity graph API.org.hibernate.graph.internal org.hibernate.graph.internal.parse org.hibernate.graph.spi This package defines an internal SPI abstracting over implementations of the APIs defined inorg.hibernate.graph
.org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.embeddable.internal org.hibernate.sql.results.graph.entity -
-
Uses of GraphImplementor in org.hibernate.graph
Methods in org.hibernate.graph with parameters of type GraphImplementor Modifier and Type Method Description static <T> EntityGraph<T>
EntityGraphs. merge(SessionImplementor session, Class<T> rootType, GraphImplementor<T>... graphs)
-
Uses of GraphImplementor in org.hibernate.graph.internal
Classes in org.hibernate.graph.internal that implement GraphImplementor Modifier and Type Class Description class
AbstractGraph<J>
class
RootGraphImpl<J>
Implementation of the JPA-definedEntityGraph
interface.class
SubGraphImpl<J>
Implementation of the JPA-definedSubgraph
interface.Methods in org.hibernate.graph.internal with parameters of type GraphImplementor Modifier and Type Method Description void
AbstractGraph. merge(GraphImplementor<? extends J> other)
Constructors in org.hibernate.graph.internal with parameters of type GraphImplementor Constructor Description AbstractGraph(GraphImplementor<J> original, boolean mutable)
RootGraphImpl(String name, GraphImplementor<J> original, boolean mutable)
-
Uses of GraphImplementor in org.hibernate.graph.internal.parse
Methods in org.hibernate.graph.internal.parse with parameters of type GraphImplementor Modifier and Type Method Description static void
GraphParser. parseInto(GraphImplementor<?> targetGraph, CharSequence graphString, SessionFactoryImplementor sessionFactory)
Parse the passed graph textual representation into the passed Graph.static void
GraphParser. parseInto(GraphImplementor<?> targetGraph, String graphString, SessionFactoryImplementor sessionFactory)
Parse the passed graph textual representation into the passed Graph. -
Uses of GraphImplementor in org.hibernate.graph.spi
Subinterfaces of GraphImplementor in org.hibernate.graph.spi Modifier and Type Interface Description interface
RootGraphImplementor<J>
Integration version of theRootGraph
contract.interface
SubGraphImplementor<J>
Integration version of theSubGraph
contract.Methods in org.hibernate.graph.spi that return GraphImplementor Modifier and Type Method Description GraphImplementor<J>
GraphImplementor. makeCopy(boolean mutable)
Methods in org.hibernate.graph.spi with parameters of type GraphImplementor Modifier and Type Method Description void
GraphImplementor. merge(GraphImplementor<? extends J> other)
-
Uses of GraphImplementor in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return GraphImplementor Modifier and Type Method Description GraphImplementor<?>
EntityGraphTraversalState.TraversalResult. getGraph()
Methods in org.hibernate.sql.results.graph with parameters of type GraphImplementor Modifier and Type Method Description default boolean
DomainResultGraphNode. appliesTo(GraphImplementor<?> graphImplementor, JpaMetamodel metamodel)
Constructors in org.hibernate.sql.results.graph with parameters of type GraphImplementor Constructor Description TraversalResult(GraphImplementor<?> previousContext, EntityGraphTraversalState.FetchStrategy fetchStrategy)
-
Uses of GraphImplementor in org.hibernate.sql.results.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal with parameters of type GraphImplementor Modifier and Type Method Description boolean
EmbeddableFetchImpl. appliesTo(GraphImplementor<?> graphImplementor, JpaMetamodel metamodel)
-
Uses of GraphImplementor in org.hibernate.sql.results.graph.entity
Methods in org.hibernate.sql.results.graph.entity with parameters of type GraphImplementor Modifier and Type Method Description default boolean
EntityResultGraphNode. appliesTo(GraphImplementor<?> graphImplementor, JpaMetamodel metamodel)
-