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
Constructors Constructor Description JdbcValuesSourceProcessingStateStandardImpl(ExecutionContext executionContext, JdbcValuesSourceProcessingOptions processingOptions)
-
Method Summary
-
-
-
Constructor Detail
-
JdbcValuesSourceProcessingStateStandardImpl
public JdbcValuesSourceProcessingStateStandardImpl(ExecutionContext executionContext, JdbcValuesSourceProcessingOptions processingOptions)
-
-
Method Detail
-
getExecutionContext
public ExecutionContext getExecutionContext()
- Specified by:
getExecutionContext
in interfaceJdbcValuesSourceProcessingState
-
getQueryOptions
public QueryOptions getQueryOptions()
- Specified by:
getQueryOptions
in interfaceJdbcValuesSourceProcessingState
-
getProcessingOptions
public JdbcValuesSourceProcessingOptions getProcessingOptions()
- Specified by:
getProcessingOptions
in interfaceJdbcValuesSourceProcessingState
-
getPreLoadEvent
public PreLoadEvent getPreLoadEvent()
- Specified by:
getPreLoadEvent
in interfaceJdbcValuesSourceProcessingState
-
getPostLoadEvent
public PostLoadEvent getPostLoadEvent()
- Specified by:
getPostLoadEvent
in interfaceJdbcValuesSourceProcessingState
-
registerLoadingEntity
public void registerLoadingEntity(EntityKey entityKey, LoadingEntityEntry loadingEntry)
Description copied from interface:JdbcValuesSourceProcessingState
Registers a LoadingEntityEntry locally to this context- Specified by:
registerLoadingEntity
in interfaceJdbcValuesSourceProcessingState
-
registerReloadedEntity
public void registerReloadedEntity(EntityKey entityKey, LoadingEntityEntry loadingEntry)
- Specified by:
registerReloadedEntity
in interfaceJdbcValuesSourceProcessingState
-
registerInitializer
public void registerInitializer(EntityUniqueKey entityKey, Initializer initializer)
- Specified by:
registerInitializer
in interfaceJdbcValuesSourceProcessingState
-
findInitializer
public Initializer findInitializer(EntityUniqueKey entityKey)
- Specified by:
findInitializer
in interfaceJdbcValuesSourceProcessingState
-
findLoadingEntityLocally
public LoadingEntityEntry findLoadingEntityLocally(EntityKey entityKey)
Description copied from interface:JdbcValuesSourceProcessingState
Find a LoadingEntityEntry locally to this context.- Specified by:
findLoadingEntityLocally
in interfaceJdbcValuesSourceProcessingState
- See Also:
LoadContexts.findLoadingEntityEntry(EntityKey)
-
findLoadingCollectionLocally
public LoadingCollectionEntry findLoadingCollectionLocally(CollectionKey key)
Description copied from interface:JdbcValuesSourceProcessingState
Find a LoadingCollectionEntry locally to this context.- Specified by:
findLoadingCollectionLocally
in interfaceJdbcValuesSourceProcessingState
- See Also:
LoadContexts.findLoadingCollectionEntry(CollectionKey)
-
registerSubselect
public void registerSubselect()
- Specified by:
registerSubselect
in interfaceJdbcValuesSourceProcessingState
-
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
public SharedSessionContractImplementor getSession()
- Specified by:
getSession
in interfaceJdbcValuesSourceProcessingState
-
finishUp
public void finishUp()
- Specified by:
finishUp
in interfaceJdbcValuesSourceProcessingState
-
-