Uses of Interface
org.hibernate.graph.spi.RootGraphImplementor
-
Packages that use RootGraphImplementor Package Description org.hibernate.engine.query.spi An SPI for dealing with parameters of native queries.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.graph.internal org.hibernate.graph.spi This package defines an internal SPI abstracting over implementations of the APIs defined inorg.hibernate.graph
.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.metamodel This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI.org.hibernate.processor.validation Validation for HQL queries.org.hibernate.query.internal org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sql.internal Implementation of the SPIs for native SQL query support.org.hibernate.sql.results.internal -
-
Uses of RootGraphImplementor in org.hibernate.engine.query.spi
Methods in org.hibernate.engine.query.spi that return RootGraphImplementor Modifier and Type Method Description @Nullable RootGraphImplementor<?>
EntityGraphQueryHint. getGraph()
Deprecated. -
Uses of RootGraphImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return RootGraphImplementor Modifier and Type Method Description <T> RootGraphImplementor<T>
SessionDelegatorBaseImpl. createEntityGraph(Class<T> rootType)
RootGraphImplementor<?>
SessionDelegatorBaseImpl. createEntityGraph(String graphName)
<T> RootGraphImplementor<T>
SessionImplementor. createEntityGraph(Class<T> rootType)
RootGraphImplementor<?>
SessionImplementor. createEntityGraph(String graphName)
RootGraphImplementor<?>
SessionFactoryDelegatingImpl. findEntityGraphByName(String name)
RootGraphImplementor<?>
SessionFactoryImplementor. findEntityGraphByName(String name)
RootGraphImplementor<?>
SessionDelegatorBaseImpl. getEntityGraph(String graphName)
RootGraphImplementor<?>
SessionImplementor. getEntityGraph(String graphName)
@Nullable RootGraphImplementor<?>
EffectiveEntityGraph. getGraph()
Methods in org.hibernate.engine.spi with parameters of type RootGraphImplementor Modifier and Type Method Description EffectiveEntityGraph
LoadQueryInfluencers. 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 RootGraphImplementor Modifier and Type Class Description class
RootGraphImpl<J>
Implementation of the JPA-definedEntityGraph
interface.Methods in org.hibernate.graph.internal that return RootGraphImplementor Modifier and Type Method Description RootGraphImplementor<J>
RootGraphImpl. makeCopy(boolean mutable)
RootGraphImplementor<J>
AbstractGraph. makeRootGraph(String name, boolean mutable)
RootGraphImplementor<J>
RootGraphImpl. makeRootGraph(String name, boolean mutable)
-
Uses of RootGraphImplementor in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi that return RootGraphImplementor Modifier and Type Method Description @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.RootGraphImplementor<J>
GraphImplementor. makeRootGraph(String name, boolean mutable)
RootGraphImplementor<J>
RootGraphImplementor. makeRootGraph(String name, boolean mutable)
RootGraphImplementor<J>
SubGraphImplementor. makeRootGraph(String name, boolean mutable)
-
Uses of RootGraphImplementor in org.hibernate.internal
Methods in org.hibernate.internal that return RootGraphImplementor Modifier and Type Method Description <T> RootGraphImplementor<T>
AbstractSharedSessionContract. createEntityGraph(Class<T> rootType)
RootGraphImplementor<?>
AbstractSharedSessionContract. createEntityGraph(String graphName)
RootGraphImplementor<?>
SessionFactoryImpl. findEntityGraphByName(String name)
RootGraphImplementor<?>
AbstractSharedSessionContract. getEntityGraph(String graphName)
-
Uses of RootGraphImplementor in org.hibernate.metamodel
Methods in org.hibernate.metamodel with parameters of type RootGraphImplementor Modifier and Type Method Description <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 RootGraphImplementor Modifier and Type Method Description <T> RootGraphImplementor<T>
JpaMetamodel. findEntityGraphByName(String name)
Methods in org.hibernate.metamodel.model.domain that return types with arguments of type RootGraphImplementor Modifier and Type Method Description <T> List<RootGraphImplementor<? super T>>
JpaMetamodel. findEntityGraphsByJavaType(Class<T> entityClass)
Methods in org.hibernate.metamodel.model.domain with parameters of type RootGraphImplementor Modifier and Type Method Description <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 RootGraphImplementor Modifier and Type Method Description <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 RootGraphImplementor Modifier and Type Method Description <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 RootGraphImplementor Modifier and Type Method Description <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 RootGraphImplementor Modifier and Type Method Description protected void
ProcedureCallImpl. applyGraph(RootGraphImplementor<?> entityGraph, GraphSemantic graphSemantic)
-
Uses of RootGraphImplementor in org.hibernate.processor.validation
Methods in org.hibernate.processor.validation that return RootGraphImplementor Modifier and Type Method Description RootGraphImplementor<?>
MockSessionFactory. findEntityGraphByName(String s)
-
Uses of RootGraphImplementor in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return RootGraphImplementor Modifier and Type Method Description @Nullable RootGraphImplementor<?>
QueryOptionsImpl. getGraph()
Methods in org.hibernate.query.internal with parameters of type RootGraphImplementor Modifier and Type Method Description void
QueryOptionsImpl. applyGraph(RootGraphImplementor<?> rootGraph, GraphSemantic graphSemantic)
-
Uses of RootGraphImplementor in org.hibernate.query.spi
Methods in org.hibernate.query.spi with parameters of type RootGraphImplementor Modifier and Type Method Description protected 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 RootGraphImplementor Modifier and Type Method Description protected 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 RootGraphImplementor Constructor Description StandardEntityGraphTraversalStateImpl(GraphSemantic graphSemantic, RootGraphImplementor<?> rootGraphImplementor, JpaMetamodel metamodel)
-