Uses of Interface
org.hibernate.graph.spi.GraphImplementor
Packages that use GraphImplementor
Package
Description
This package defines an internal SPI abstracting over implementations
of the APIs defined in
org.hibernate.graph
.Defines domain result graphs.
-
Uses of GraphImplementor in org.hibernate.graph.internal
Classes in org.hibernate.graph.internal that implement GraphImplementorModifier and TypeClassDescriptionclass
GraphImpl<J>
class
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 GraphImplementorModifier and TypeMethodDescriptionvoid
GraphImpl.merge
(GraphImplementor<J> graph) void
GraphImpl.mergeInternal
(GraphImplementor<J> graph) Constructors in org.hibernate.graph.internal with parameters of type GraphImplementorModifierConstructorDescriptionprotected
GraphImpl
(GraphImplementor<J> graph, boolean mutable) protected
GraphImpl
(ManagedDomainType<J> managedType, GraphImplementor<J> graph, 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 that return types with arguments of type GraphImplementorMethods in org.hibernate.graph.internal.parse with parameters of type GraphImplementorModifier and TypeMethodDescriptionstatic void
GraphParsing.parseInto
(GraphImplementor<?> targetGraph, CharSequence 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.spiModifier and TypeInterfaceDescriptioninterface
Integration version of theRootGraph
contract.interface
Integration version of theSubGraph
contract.Methods in org.hibernate.graph.spi that return GraphImplementorMethods in org.hibernate.graph.spi with parameters of type GraphImplementorModifier and TypeMethodDescriptionvoid
GraphImplementor.merge
(GraphImplementor<J> other) void
GraphImplementor.mergeInternal
(GraphImplementor<J> graph) -
Uses of GraphImplementor in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return GraphImplementorMethods in org.hibernate.sql.results.graph with parameters of type GraphImplementorModifier and TypeMethodDescriptiondefault boolean
DomainResultGraphNode.appliesTo
(GraphImplementor<?> graphImplementor, JpaMetamodel metamodel) Constructors in org.hibernate.sql.results.graph with parameters of type GraphImplementorModifierConstructorDescriptionTraversalResult
(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 GraphImplementorModifier and TypeMethodDescriptionboolean
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 GraphImplementorModifier and TypeMethodDescriptiondefault boolean
EntityResultGraphNode.appliesTo
(GraphImplementor<?> graphImplementor, JpaMetamodel metamodel)