Interface JdbcValuesSourceProcessingState
- All Known Implementing Classes:
JdbcValuesSourceProcessingStateStandardImpl
public interface JdbcValuesSourceProcessingState
Provides a context for processing the processing of the complete
set of rows from a JdbcValuesSource. Holds in-flight state
and provides access to environmental information needed to perform the
processing.
-
Method Summary
Modifier and TypeMethodDescriptionFind a LoadingCollectionEntry locally to this context.void
finishUp
(boolean registerSubselects) default QueryOptions
void
registerLoadingCollection
(CollectionKey collectionKey, LoadingCollectionEntry loadingCollectionEntry) Registers a LoadingCollectionEntry locally to this contextvoid
void
-
Method Details
-
getExecutionContext
ExecutionContext getExecutionContext() -
getSession
SharedSessionContractImplementor getSession() -
getQueryOptions
-
getProcessingOptions
JdbcValuesSourceProcessingOptions getProcessingOptions() -
getPreLoadEvent
PreLoadEvent getPreLoadEvent() -
getPostLoadEvent
PostLoadEvent getPostLoadEvent() -
registerLoadingEntityHolder
-
getLoadingEntityHolders
List<EntityHolder> getLoadingEntityHolders() -
registerReloadedEntityHolder
-
getReloadedEntityHolders
List<EntityHolder> getReloadedEntityHolders() -
findLoadingCollectionLocally
Find a LoadingCollectionEntry locally to this context. -
registerLoadingCollection
void registerLoadingCollection(CollectionKey collectionKey, LoadingCollectionEntry loadingCollectionEntry) Registers a LoadingCollectionEntry locally to this context -
finishUp
void finishUp(boolean registerSubselects)
-