Uses of Class
org.hibernate.sql.results.graph.basic.BasicFetch
Packages that use BasicFetch
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Support for defining result set mappings
used in
NativeQuery
, ProcedureCall
,
and StoredProcedureQuery
.Support for immutable result/fetch builder graph nodes built from static sources
such as
SqlResultSetMapping
, orm.xml
,
mapping.xml
or hbm.xml
.Defines support for implicit ResultSet mappings.
Defines domain result graphs.
-
Uses of BasicFetch in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return BasicFetchModifier and TypeMethodDescriptionBasicFetch<?>
DiscriminatorMapping.generateFetch
(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState) -
Uses of BasicFetch in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return BasicFetchModifier and TypeMethodDescriptionBasicFetch<?>
AbstractDiscriminatorMapping.generateFetch
(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState) BasicFetch<?>
AnyDiscriminatorPart.generateFetch
(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState) BasicFetch<?>
CaseStatementDiscriminatorMappingImpl.generateFetch
(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState) -
Uses of BasicFetch in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return BasicFetchModifier and TypeMethodDescriptionBasicFetch<?>
AnonymousTupleBasicValuedModelPart.generateFetch
(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState) -
Uses of BasicFetch in org.hibernate.query.results
Methods in org.hibernate.query.results that return BasicFetchModifier and TypeMethodDescriptionBasicFetch<?>
FetchBuilderBasicValued.buildFetch
(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, DomainResultCreationState domainResultCreationState) -
Uses of BasicFetch in org.hibernate.query.results.internal.complete
Methods in org.hibernate.query.results.internal.complete that return BasicFetchModifier and TypeMethodDescriptionBasicFetch<?>
CompleteFetchBuilderBasicPart.buildFetch
(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, DomainResultCreationState domainResultCreationState) BasicFetch<?>
DelayedFetchBuilderBasicPart.buildFetch
(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, DomainResultCreationState domainResultCreationState) Constructor parameters in org.hibernate.query.results.internal.complete with type arguments of type BasicFetchModifierConstructorDescriptionEntityResultImpl
(NavigablePath navigablePath, EntityValuedModelPart entityValuedModelPart, String resultAlias, LockMode lockMode, Function<EntityResultImpl, BasicFetch<?>> discriminatorFetchBuilder, DomainResultCreationState creationState) -
Uses of BasicFetch in org.hibernate.query.results.internal.implicit
Methods in org.hibernate.query.results.internal.implicit that return BasicFetchModifier and TypeMethodDescriptionBasicFetch<?>
ImplicitFetchBuilderBasic.buildFetch
(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, DomainResultCreationState domainResultCreationState) -
Uses of BasicFetch in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return BasicFetchModifier and TypeMethodDescriptiondefault BasicFetch<?>
DomainResultCreationState.visitDiscriminatorFetch
(EntityResultGraphNode fetchParent) default BasicFetch<?>
DomainResultCreationState.visitEmbeddableDiscriminatorFetch
(EmbeddableResultGraphNode fetchParent, boolean nested) -
Uses of BasicFetch in org.hibernate.sql.results.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal that return BasicFetchModifier and TypeMethodDescriptionprotected BasicFetch<?>
EmbeddableFetchImpl.getDiscriminatorFetch()
Constructors in org.hibernate.sql.results.graph.embeddable.internal with parameters of type BasicFetchModifierConstructorDescriptionAggregateEmbeddableInitializerImpl
(AggregateEmbeddableResultGraphNode resultDescriptor, BasicFetch<?> discriminatorFetch, InitializerParent<?> parent, AssemblerCreationState creationState, boolean isResultInitializer) EmbeddableInitializerImpl
(EmbeddableResultGraphNode resultDescriptor, BasicFetch<?> discriminatorFetch, InitializerParent<?> parent, AssemblerCreationState creationState, boolean isResultInitializer) -
Uses of BasicFetch in org.hibernate.sql.results.graph.entity
Methods in org.hibernate.sql.results.graph.entity that return BasicFetchModifier and TypeMethodDescriptionBasicFetch<?>
AbstractEntityResultGraphNode.getDiscriminatorFetch()
-
Uses of BasicFetch in org.hibernate.sql.results.graph.entity.internal
Methods in org.hibernate.sql.results.graph.entity.internal that return BasicFetchModifier and TypeMethodDescriptionBasicFetch<?>
AbstractNonJoinedEntityFetch.getDiscriminatorFetch()
Constructors in org.hibernate.sql.results.graph.entity.internal with parameters of type BasicFetchModifierConstructorDescriptionprotected
AbstractNonJoinedEntityFetch
(NavigablePath navigablePath, ToOneAttributeMapping fetchedModelPart, FetchParent fetchParent, DomainResult<?> keyResult, BasicFetch<?> discriminatorFetch, boolean selectByUniqueKey) EntityDelayedFetchInitializer
(InitializerParent<?> parent, NavigablePath fetchedNavigable, ToOneAttributeMapping referencedModelPart, boolean selectByUniqueKey, DomainResult<?> keyResult, @Nullable BasicFetch<?> discriminatorResult, AssemblerCreationState creationState) -
Uses of BasicFetch in org.hibernate.sql.results.internal.domain
Methods in org.hibernate.sql.results.internal.domain with parameters of type BasicFetchModifier and TypeMethodDescriptionprotected EntityInitializer<?>
CircularFetchImpl.buildEntityDelayedFetchInitializer
(InitializerParent<?> parent, NavigablePath referencedPath, ToOneAttributeMapping fetchable, boolean selectByUniqueKey, DomainResult<?> keyResult, BasicFetch<?> discriminatorFetch, AssemblerCreationState creationState)