Uses of Class
org.hibernate.sql.results.graph.basic.BasicFetch
-
Packages that use BasicFetch Package Description org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.query.derived org.hibernate.query.results Support for defining result set mappings used inNativeQuery
,ProcedureCall
, andStoredProcedureQuery
.org.hibernate.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such asSqlResultSetMapping
or thehbm.xml
mapping element<resultset/>
.org.hibernate.query.results.implicit Defines support for implicit ResultSet mappings.org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.embeddable.internal org.hibernate.sql.results.graph.entity org.hibernate.sql.results.graph.entity.internal org.hibernate.sql.results.internal.domain -
-
Uses of BasicFetch in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return BasicFetch Modifier and Type Method Description BasicFetch<?>
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 BasicFetch Modifier and Type Method Description BasicFetch<?>
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 BasicFetch Modifier and Type Method Description BasicFetch
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 BasicFetch Modifier and Type Method Description BasicFetch<?>
BasicValuedFetchBuilder. buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)
-
Uses of BasicFetch in org.hibernate.query.results.complete
Methods in org.hibernate.query.results.complete that return BasicFetch Modifier and Type Method Description BasicFetch<?>
CompleteFetchBuilderBasicPart. buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)
BasicFetch<?>
DelayedFetchBuilderBasicPart. buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)
Constructor parameters in org.hibernate.query.results.complete with type arguments of type BasicFetch Constructor Description EntityResultImpl(NavigablePath navigablePath, EntityValuedModelPart entityValuedModelPart, String resultAlias, LockMode lockMode, Function<EntityResultImpl,BasicFetch<?>> discriminatorFetchBuilder, DomainResultCreationState creationState)
-
Uses of BasicFetch in org.hibernate.query.results.implicit
Methods in org.hibernate.query.results.implicit that return BasicFetch Modifier and Type Method Description BasicFetch<?>
ImplicitFetchBuilderBasic. buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)
-
Uses of BasicFetch in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return BasicFetch Modifier and Type Method Description default 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 BasicFetch Modifier and Type Method Description protected BasicFetch<?>
EmbeddableFetchImpl. getDiscriminatorFetch()
Constructors in org.hibernate.sql.results.graph.embeddable.internal with parameters of type BasicFetch Constructor Description AggregateEmbeddableInitializerImpl(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 BasicFetch Modifier and Type Method Description BasicFetch<?>
AbstractEntityResultGraphNode. getDiscriminatorFetch()
-
Uses of BasicFetch in org.hibernate.sql.results.graph.entity.internal
Methods in org.hibernate.sql.results.graph.entity.internal that return BasicFetch Modifier and Type Method Description BasicFetch<?>
AbstractNonJoinedEntityFetch. getDiscriminatorFetch()
Constructors in org.hibernate.sql.results.graph.entity.internal with parameters of type BasicFetch Constructor Description 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 BasicFetch Modifier and Type Method Description protected EntityInitializer<?>
CircularFetchImpl. buildEntityDelayedFetchInitializer(InitializerParent<?> parent, NavigablePath referencedPath, ToOneAttributeMapping fetchable, boolean selectByUniqueKey, DomainResult<?> keyResult, BasicFetch<?> discriminatorFetch, AssemblerCreationState creationState)
-