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.spi
Subinterfaces of GraphImplementor in org.hibernate.graph.spiModifier and TypeInterfaceDescriptioninterfaceIntegration version of theRootGraphcontract.interfaceIntegration version of theSubGraphcontract.Methods in org.hibernate.graph.spi that return GraphImplementorMethods in org.hibernate.graph.spi with parameters of type GraphImplementorModifier and TypeMethodDescriptionvoidGraphImplementor.merge(GraphImplementor<J> other) voidGraphImplementor.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 booleanDomainResultGraphNode.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.entity
Methods in org.hibernate.sql.results.graph.entity with parameters of type GraphImplementorModifier and TypeMethodDescriptiondefault booleanEntityResultGraphNode.appliesTo(GraphImplementor<?> graphImplementor, JpaMetamodel metamodel)