Class JdbcValuesSourceProcessingStateStandardImpl
java.lang.Object
org.hibernate.sql.results.jdbc.internal.JdbcValuesSourceProcessingStateStandardImpl
- All Implemented Interfaces:
JdbcValuesSourceProcessingState
public class JdbcValuesSourceProcessingStateStandardImpl
extends Object
implements JdbcValuesSourceProcessingState
-
Constructor Summary
ConstructorsConstructorDescriptionJdbcValuesSourceProcessingStateStandardImpl
(ExecutionContext executionContext, JdbcValuesSourceProcessingOptions processingOptions) -
Method Summary
Modifier and TypeMethodDescriptionFind a LoadingCollectionEntry locally to this context.void
finishUp
(boolean registerSubselects) void
registerLoadingCollection
(CollectionKey key, LoadingCollectionEntry loadingCollectionEntry) Registers a LoadingCollectionEntry locally to this contextvoid
void
-
Constructor Details
-
JdbcValuesSourceProcessingStateStandardImpl
public JdbcValuesSourceProcessingStateStandardImpl(ExecutionContext executionContext, JdbcValuesSourceProcessingOptions processingOptions)
-
-
Method Details
-
getExecutionContext
- Specified by:
getExecutionContext
in interfaceJdbcValuesSourceProcessingState
-
getQueryOptions
- Specified by:
getQueryOptions
in interfaceJdbcValuesSourceProcessingState
-
getProcessingOptions
- Specified by:
getProcessingOptions
in interfaceJdbcValuesSourceProcessingState
-
getPreLoadEvent
- Specified by:
getPreLoadEvent
in interfaceJdbcValuesSourceProcessingState
-
getPostLoadEvent
- Specified by:
getPostLoadEvent
in interfaceJdbcValuesSourceProcessingState
-
registerLoadingEntityHolder
- Specified by:
registerLoadingEntityHolder
in interfaceJdbcValuesSourceProcessingState
-
getLoadingEntityHolders
- Specified by:
getLoadingEntityHolders
in interfaceJdbcValuesSourceProcessingState
-
registerReloadedEntityHolder
- Specified by:
registerReloadedEntityHolder
in interfaceJdbcValuesSourceProcessingState
-
getReloadedEntityHolders
- Specified by:
getReloadedEntityHolders
in interfaceJdbcValuesSourceProcessingState
-
findLoadingCollectionLocally
Description copied from interface:JdbcValuesSourceProcessingState
Find a LoadingCollectionEntry locally to this context.- Specified by:
findLoadingCollectionLocally
in interfaceJdbcValuesSourceProcessingState
- See Also:
-
registerLoadingCollection
public void registerLoadingCollection(CollectionKey key, LoadingCollectionEntry loadingCollectionEntry) Description copied from interface:JdbcValuesSourceProcessingState
Registers a LoadingCollectionEntry locally to this context- Specified by:
registerLoadingCollection
in interfaceJdbcValuesSourceProcessingState
-
getSession
- Specified by:
getSession
in interfaceJdbcValuesSourceProcessingState
-
finishUp
public void finishUp(boolean registerSubselects) - Specified by:
finishUp
in interfaceJdbcValuesSourceProcessingState
-