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
.Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
An SPI for the runtime domain metamodel.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
-
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> SharedSessionContractImplementor.createEntityGraph
(Class<T> rootType) SharedSessionContractImplementor.createEntityGraph
(String graphName) <T> RootGraphImplementor
<T> SharedSessionDelegatorBaseImpl.createEntityGraph
(Class<T> rootType) SharedSessionDelegatorBaseImpl.createEntityGraph
(String graphName) SessionFactoryDelegatingImpl.createGraphForDynamicEntity
(String entityName) SessionFactoryImplementor.createGraphForDynamicEntity
(String entityName) SessionFactoryDelegatingImpl.findEntityGraphByName
(String name) SessionFactoryImplementor.findEntityGraphByName
(String name) SessionDelegatorBaseImpl.getEntityGraph
(String graphName) SharedSessionContractImplementor.getEntityGraph
(String graphName) SharedSessionDelegatorBaseImpl.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.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.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return RootGraphImplementorModifier and TypeMethodDescriptiondefault RootGraphImplementor
<?> EntityMappingType.createRootGraph
(SharedSessionContractImplementor session) -
Uses of RootGraphImplementor in org.hibernate.metamodel.model.domain.spi
Methods in org.hibernate.metamodel.model.domain.spi that return RootGraphImplementorMethods in org.hibernate.metamodel.model.domain.spi with parameters of type RootGraphImplementorModifier and TypeMethodDescriptionvoid
JpaMetamodelImplementor.addNamedEntityGraph
(String graphName, RootGraphImplementor<?> rootGraph) -
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)