Uses of Interface
org.hibernate.graph.spi.RootGraphImplementor
-
Packages that use RootGraphImplementor Package Description org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.graph.internal org.hibernate.graph.spi 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 org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.query.internal org.hibernate.query.spi org.hibernate.query.sql.internal 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 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)
RootGraphImplementor<?>
EffectiveEntityGraph. getGraph()
Methods in org.hibernate.engine.spi with parameters of type RootGraphImplementor Modifier and Type Method Description void
EffectiveEntityGraph. applyGraph(RootGraphImplementor<?> graph, 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>
The Hibernate implementation of the JPA EntityGraph contract.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 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>
SessionImpl. createEntityGraph(Class<T> rootType)
RootGraphImplementor<?>
SessionImpl. createEntityGraph(String graphName)
RootGraphImplementor<?>
SessionFactoryImpl. findEntityGraphByName(String name)
RootGraphImplementor<?>
SessionImpl. 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.query.internal
Methods in org.hibernate.query.internal that return RootGraphImplementor Modifier and Type Method Description 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)
-