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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoadingCollectionEntryfindLoadingCollectionLocally(CollectionKey key)Find a LoadingCollectionEntry locally to this context.voidfinishUp(boolean registerSubselects)ExecutionContextgetExecutionContext()List<EntityHolder>getLoadingEntityHolders()PostLoadEventgetPostLoadEvent()PreLoadEventgetPreLoadEvent()JdbcValuesSourceProcessingOptionsgetProcessingOptions()QueryOptionsgetQueryOptions()List<EntityHolder>getReloadedEntityHolders()SharedSessionContractImplementorgetSession()voidregisterLoadingCollection(CollectionKey key, LoadingCollectionEntry loadingCollectionEntry)Registers a LoadingCollectionEntry locally to this contextvoidregisterLoadingEntityHolder(EntityHolder holder)voidregisterReloadedEntityHolder(EntityHolder holder)
-
-
-
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
-
registerLoadingEntityHolder
public void registerLoadingEntityHolder(EntityHolder holder)
- Specified by:
registerLoadingEntityHolderin interfaceJdbcValuesSourceProcessingState
-
getLoadingEntityHolders
public List<EntityHolder> getLoadingEntityHolders()
- Specified by:
getLoadingEntityHoldersin interfaceJdbcValuesSourceProcessingState
-
registerReloadedEntityHolder
public void registerReloadedEntityHolder(EntityHolder holder)
- Specified by:
registerReloadedEntityHolderin interfaceJdbcValuesSourceProcessingState
-
getReloadedEntityHolders
public List<EntityHolder> getReloadedEntityHolders()
- Specified by:
getReloadedEntityHoldersin interfaceJdbcValuesSourceProcessingState
-
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(boolean registerSubselects)
- Specified by:
finishUpin interfaceJdbcValuesSourceProcessingState
-
-