Uses of Interface
org.hibernate.graph.spi.RootGraphImplementor
Packages that use RootGraphImplementor
Package
Description
This package defines the boot-time metamodel, which is an interpretation
of the domain model (entity classes, embeddable classes, and attributes)
and the mapping of these "domain model parts" to the database.
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
.Implementation of the SPI for the runtime domain metamodel.
An SPI for the runtime domain metamodel.
Defines the internal implementation of the stored procedure SPI.
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.boot.model
Methods in org.hibernate.boot.model that return RootGraphImplementorModifier and TypeMethodDescription<T> RootGraphImplementor<T>
NamedGraphCreator.createEntityGraph
(Function<Class<T>, EntityDomainType<?>> entityDomainClassResolver, Function<String, EntityDomainType<?>> entityDomainNameResolver) -
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) default <T> RootGraphImplementor<T>
SessionFactoryImplementor.createEntityGraph
(Class<T> entityType) <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) RootGraphImpl.makeImmutableCopy
(String name) GraphImpl.makeRootGraph
(String name, boolean mutable) Deprecated, for removal: This API element is subject to removal in a future version.RootGraphImpl.makeRootGraph
(String name, boolean mutable) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of RootGraphImplementor in org.hibernate.graph.internal.parse
Methods in org.hibernate.graph.internal.parse that return RootGraphImplementorModifier and TypeMethodDescriptionstatic <T> RootGraphImplementor<T>
GraphParsing.parse
(@Nullable String name, EntityDomainType<T> rootType, GraphLanguageParser.AttributeListContext attributeListContext, EntityNameResolver entityNameResolver) static <T> RootGraphImplementor<T>
GraphParsing.parse
(Class<T> entityClass, String graphText, SessionFactoryImplementor sessionFactory) static <T> RootGraphImplementor<T>
GraphParsing.parse
(String entityName, String graphText, SessionFactoryImplementor sessionFactory) static <T> RootGraphImplementor<T>
GraphParsing.parse
(String graphText, SessionFactoryImplementor sessionFactory) static <T> RootGraphImplementor<T>
GraphParsing.parse
(EntityDomainType<T> entityDomainType, String graphText, SessionFactoryImplementor sessionFactory) static <T> RootGraphImplementor<T>
GraphParsing.parse
(EntityDomainType<T> rootType, GraphLanguageParser.AttributeListContext attributeListContext, SessionFactoryImplementor sessionFactory) static <T> RootGraphImplementor<T>
GraphParsing.parse
(EntityDomainType<T> rootType, GraphLanguageParser.AttributeListContext attributeListContext, EntityNameResolver entityNameResolver) -
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 graphRootGraphImplementor.makeCopy
(boolean mutable) RootGraphImplementor.makeImmutableCopy
(String name) Make an immutable copy of this entity graph, using the given name.GraphImplementor.makeRootGraph
(String name, boolean mutable) Deprecated, for removal: This API element is subject to removal in a future version.RootGraphImplementor.makeRootGraph
(String name, boolean mutable) Deprecated, for removal: This API element is subject to removal in a future version.SubGraphImplementor.makeRootGraph
(String name, boolean mutable) Deprecated, for removal: This API element is subject to removal in a future version. -
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.loader.internal
Methods in org.hibernate.loader.internal that return RootGraphImplementor -
Uses of RootGraphImplementor in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal that return RootGraphImplementor -
Uses of RootGraphImplementor in org.hibernate.metamodel.model.domain.spi
Methods in org.hibernate.metamodel.model.domain.spi that return RootGraphImplementor -
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.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)