Uses of Interface
org.hibernate.loader.ast.internal.LoaderSqlAstCreationState.FetchProcessor
Packages that use LoaderSqlAstCreationState.FetchProcessor
-
Uses of LoaderSqlAstCreationState.FetchProcessor in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal with parameters of type LoaderSqlAstCreationState.FetchProcessorModifier and TypeMethodDescriptionprotected <L> L
AbstractNaturalIdLoader.selectByNaturalId
(Object bindValue, NaturalIdLoadOptions options, BiFunction<TableGroup, LoaderSqlAstCreationState, DomainResult<?>> domainResultProducer, LoaderSqlAstCreationState.FetchProcessor fetchProcessor, Function<Boolean, Long> statementStartHandler, BiConsumer<Object, Long> statementCompletionHandler, SharedSessionContractImplementor session) Perform a select, restricted by natural-id, based on `domainResultProducer` and `fetchProcessor`Constructors in org.hibernate.loader.ast.internal with parameters of type LoaderSqlAstCreationState.FetchProcessorModifierConstructorDescriptionLoaderSqlAstCreationState
(QueryPart queryPart, SqlAliasBaseManager sqlAliasBaseManager, FromClauseAccess fromClauseAccess, LockOptions lockOptions, LoaderSqlAstCreationState.FetchProcessor fetchProcessor, boolean forceIdentifierSelection, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext sf)