Uses of Interface
org.hibernate.graph.spi.RootGraphImplementor
Packages that use RootGraphImplementor
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
This package defines an internal SPI abstracting over implementations
of the APIs defined in
org.hibernate.graph
.An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.This package defines an API for accessing the runtime metamodel describing persistent
entities in Java and their mappings to the relational database schema.
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
Defines the internal implementation of the stored procedure SPI.
Validation for HQL queries.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
Implementation of the SPIs for native SQL query support.
-
Uses of RootGraphImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return RootGraphImplementorModifier and TypeMethodDescription<T> RootGraphImplementor<T>
SessionDelegatorBaseImpl.createEntityGraph
(Class<T> rootType) SessionDelegatorBaseImpl.createEntityGraph
(String graphName) <T> RootGraphImplementor<T>
SessionImplementor.createEntityGraph
(Class<T> rootType) SessionImplementor.createEntityGraph
(String graphName) SessionFactoryDelegatingImpl.findEntityGraphByName
(String name) SessionFactoryImplementor.findEntityGraphByName
(String name) SessionDelegatorBaseImpl.getEntityGraph
(String graphName) SessionImplementor.getEntityGraph
(String graphName) @Nullable RootGraphImplementor<?>
EffectiveEntityGraph.getGraph()
Methods in org.hibernate.engine.spi with parameters of type RootGraphImplementorModifier and TypeMethodDescriptionLoadQueryInfluencers.applyEntityGraph
(@Nullable RootGraphImplementor<?> rootGraph, @Nullable GraphSemantic graphSemantic) void
EffectiveEntityGraph.applyGraph
(RootGraphImplementor<?> graph, @Nullable GraphSemantic semantic) Apply the graph and semantic. -
Uses of RootGraphImplementor in org.hibernate.graph.internal
Classes in org.hibernate.graph.internal that implement RootGraphImplementorMethods in org.hibernate.graph.internal that return RootGraphImplementorModifier and TypeMethodDescriptionRootGraphImpl.makeCopy
(boolean mutable) AbstractGraph.makeRootGraph
(String name, boolean mutable) RootGraphImpl.makeRootGraph
(String name, boolean mutable) -
Uses of RootGraphImplementor in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi that return RootGraphImplementorModifier and TypeMethodDescription@Nullable RootGraphImplementor<?>
AppliedGraph.getGraph()
The applied graphdefault RootGraphImplementor<J>
RootGraphImplementor.makeImmutableCopy
(String name) Make an immutable copy of this entity graph, using the given name.GraphImplementor.makeRootGraph
(String name, boolean mutable) RootGraphImplementor.makeRootGraph
(String name, boolean mutable) SubGraphImplementor.makeRootGraph
(String name, boolean mutable) -
Uses of RootGraphImplementor in org.hibernate.internal
Methods in org.hibernate.internal that return RootGraphImplementorModifier and TypeMethodDescription<T> RootGraphImplementor<T>
AbstractSharedSessionContract.createEntityGraph
(Class<T> rootType) AbstractSharedSessionContract.createEntityGraph
(String graphName) SessionFactoryImpl.findEntityGraphByName
(String name) AbstractSharedSessionContract.getEntityGraph
(String graphName) -
Uses of RootGraphImplementor in org.hibernate.metamodel
Methods in org.hibernate.metamodel with parameters of type RootGraphImplementorModifier and TypeMethodDescription<T> void
MappingMetamodel.addNamedEntityGraph
(String graphName, RootGraphImplementor<T> entityGraph) -
Uses of RootGraphImplementor in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return RootGraphImplementorModifier and TypeMethodDescription<T> RootGraphImplementor<T>
JpaMetamodel.findEntityGraphByName
(String name) Methods in org.hibernate.metamodel.model.domain that return types with arguments of type RootGraphImplementorModifier and TypeMethodDescription<T> List<RootGraphImplementor<? super T>>
JpaMetamodel.findEntityGraphsByJavaType
(Class<T> entityClass) Methods in org.hibernate.metamodel.model.domain with parameters of type RootGraphImplementorModifier and TypeMethodDescription<T> void
JpaMetamodel.addNamedEntityGraph
(String graphName, RootGraphImplementor<T> entityGraph) -
Uses of RootGraphImplementor in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal that return RootGraphImplementorModifier and TypeMethodDescription<T> RootGraphImplementor<T>
JpaMetamodelImpl.findEntityGraphByName
(String name) <T> RootGraphImplementor<T>
MappingMetamodelImpl.findEntityGraphByName
(String name) Methods in org.hibernate.metamodel.model.domain.internal that return types with arguments of type RootGraphImplementorModifier and TypeMethodDescription<T> List<RootGraphImplementor<? super T>>
JpaMetamodelImpl.findEntityGraphsByJavaType
(Class<T> entityClass) <T> List<RootGraphImplementor<? super T>>
MappingMetamodelImpl.findEntityGraphsByJavaType
(Class<T> entityClass) Methods in org.hibernate.metamodel.model.domain.internal with parameters of type RootGraphImplementorModifier and TypeMethodDescription<T> void
JpaMetamodelImpl.addNamedEntityGraph
(String graphName, RootGraphImplementor<T> entityGraph) <T> void
MappingMetamodelImpl.addNamedEntityGraph
(String graphName, RootGraphImplementor<T> entityGraph) -
Uses of RootGraphImplementor in org.hibernate.procedure.internal
Methods in org.hibernate.procedure.internal with parameters of type RootGraphImplementorModifier and TypeMethodDescriptionprotected void
ProcedureCallImpl.applyGraph
(RootGraphImplementor<?> entityGraph, GraphSemantic graphSemantic) -
Uses of RootGraphImplementor in org.hibernate.processor.validation
Methods in org.hibernate.processor.validation that return RootGraphImplementor -
Uses of RootGraphImplementor in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return RootGraphImplementorMethods in org.hibernate.query.internal with parameters of type RootGraphImplementorModifier and TypeMethodDescriptionvoid
QueryOptionsImpl.applyGraph
(RootGraphImplementor<?> rootGraph, GraphSemantic graphSemantic) -
Uses of RootGraphImplementor in org.hibernate.query.spi
Methods in org.hibernate.query.spi with parameters of type RootGraphImplementorModifier and TypeMethodDescriptionprotected void
AbstractCommonQueryContract.applyGraph
(RootGraphImplementor<?> entityGraph, GraphSemantic graphSemantic) void
MutableQueryOptions.applyGraph
(RootGraphImplementor<?> rootGraph, GraphSemantic graphSemantic) -
Uses of RootGraphImplementor in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal with parameters of type RootGraphImplementorModifier and TypeMethodDescriptionprotected void
NativeQueryImpl.applyGraph
(RootGraphImplementor<?> entityGraph, GraphSemantic graphSemantic) -
Uses of RootGraphImplementor in org.hibernate.sql.results.internal
Constructors in org.hibernate.sql.results.internal with parameters of type RootGraphImplementorModifierConstructorDescriptionStandardEntityGraphTraversalStateImpl
(GraphSemantic graphSemantic, RootGraphImplementor<?> rootGraphImplementor, JpaMetamodel metamodel)