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:
getExecutionContextin interfaceJdbcValuesSourceProcessingState
-
getQueryOptions
public QueryOptions getQueryOptions()
- Specified by:
getQueryOptionsin interfaceJdbcValuesSourceProcessingState
-
getProcessingOptions
public JdbcValuesSourceProcessingOptions getProcessingOptions()
- Specified by:
getProcessingOptionsin interfaceJdbcValuesSourceProcessingState
-
getPreLoadEvent
public PreLoadEvent getPreLoadEvent()
- Specified by:
getPreLoadEventin interfaceJdbcValuesSourceProcessingState
-
getPostLoadEvent
public PostLoadEvent getPostLoadEvent()
- Specified by:
getPostLoadEventin interfaceJdbcValuesSourceProcessingState
-
registerLoadingEntity
public void registerLoadingEntity(EntityKey entityKey, LoadingEntityEntry loadingEntry)
Description copied from interface:JdbcValuesSourceProcessingStateRegisters a LoadingEntityEntry locally to this context- Specified by:
registerLoadingEntityin interfaceJdbcValuesSourceProcessingState
-
registerReloadedEntity
public void registerReloadedEntity(EntityKey entityKey, LoadingEntityEntry loadingEntry)
- Specified by:
registerReloadedEntityin interfaceJdbcValuesSourceProcessingState
-
registerInitializer
public void registerInitializer(EntityUniqueKey entityKey, Initializer initializer)
- Specified by:
registerInitializerin interfaceJdbcValuesSourceProcessingState
-
findInitializer
public Initializer findInitializer(EntityUniqueKey entityKey)
- Specified by:
findInitializerin interfaceJdbcValuesSourceProcessingState
-
findLoadingEntityLocally
public LoadingEntityEntry findLoadingEntityLocally(EntityKey entityKey)
Description copied from interface:JdbcValuesSourceProcessingStateFind a LoadingEntityEntry locally to this context.- Specified by:
findLoadingEntityLocallyin interfaceJdbcValuesSourceProcessingState- See Also:
LoadContexts.findLoadingEntityEntry(EntityKey)
-
findLoadingCollectionLocally
public LoadingCollectionEntry findLoadingCollectionLocally(CollectionKey key)
Description copied from interface:JdbcValuesSourceProcessingStateFind a LoadingCollectionEntry locally to this context.- Specified by:
findLoadingCollectionLocallyin interfaceJdbcValuesSourceProcessingState- See Also:
LoadContexts.findLoadingCollectionEntry(CollectionKey)
-
registerLoadingCollection
public void registerLoadingCollection(CollectionKey key, LoadingCollectionEntry loadingCollectionEntry)
Description copied from interface:JdbcValuesSourceProcessingStateRegisters a LoadingCollectionEntry locally to this context- Specified by:
registerLoadingCollectionin interfaceJdbcValuesSourceProcessingState
-
getSession
public SharedSessionContractImplementor getSession()
- Specified by:
getSessionin interfaceJdbcValuesSourceProcessingState
-
finishUp
public void finishUp()
- Specified by:
finishUpin interfaceJdbcValuesSourceProcessingState
-
-