Uses of Interface
org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
Packages that use JdbcValuesSourceProcessingState
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
-
Uses of JdbcValuesSourceProcessingState in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type JdbcValuesSourceProcessingStateModifier and TypeMethodDescriptionPersistenceContext.claimEntityHolderIfPossible
(EntityKey key, @Nullable Object entity, JdbcValuesSourceProcessingState processingState, EntityInitializer<?> initializer) Return an existing entity holder for the entity key, possibly creating one if necessary.void
EntityHolder.markAsReloaded
(JdbcValuesSourceProcessingState processingState) Marks the entity holder as reloaded to potentially trigger follow-on locking.void
PersistenceContext.postLoad
(JdbcValuesSourceProcessingState processingState, Consumer<EntityHolder> loadedConsumer) -
Uses of JdbcValuesSourceProcessingState in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi that return JdbcValuesSourceProcessingStateModifier and TypeMethodDescriptionRowProcessingState.getJdbcValuesSourceProcessingState()
Access to the state related to the overall processing of the results. -
Uses of JdbcValuesSourceProcessingState in org.hibernate.sql.results.spi
Methods in org.hibernate.sql.results.spi with parameters of type JdbcValuesSourceProcessingStateModifier and TypeMethodDescriptionListResultsConsumer.consume
(JdbcValues jdbcValues, SharedSessionContractImplementor session, JdbcValuesSourceProcessingOptions processingOptions, JdbcValuesSourceProcessingState jdbcValuesSourceProcessingState, org.hibernate.sql.results.internal.RowProcessingStateStandardImpl rowProcessingState, RowReader<R> rowReader) ManagedResultConsumer.consume
(JdbcValues jdbcValues, SharedSessionContractImplementor session, JdbcValuesSourceProcessingOptions processingOptions, JdbcValuesSourceProcessingState jdbcValuesSourceProcessingState, org.hibernate.sql.results.internal.RowProcessingStateStandardImpl rowProcessingState, RowReader<Object> rowReader) ResultsConsumer.consume
(JdbcValues jdbcValues, SharedSessionContractImplementor session, JdbcValuesSourceProcessingOptions processingOptions, JdbcValuesSourceProcessingState jdbcValuesSourceProcessingState, org.hibernate.sql.results.internal.RowProcessingStateStandardImpl rowProcessingState, RowReader<R> rowReader) ScrollableResultsConsumer.consume
(JdbcValues jdbcValues, SharedSessionContractImplementor session, JdbcValuesSourceProcessingOptions processingOptions, JdbcValuesSourceProcessingState jdbcValuesSourceProcessingState, org.hibernate.sql.results.internal.RowProcessingStateStandardImpl rowProcessingState, RowReader<R> rowReader) SingleResultConsumer.consume
(JdbcValues jdbcValues, SharedSessionContractImplementor session, JdbcValuesSourceProcessingOptions processingOptions, JdbcValuesSourceProcessingState jdbcValuesSourceProcessingState, org.hibernate.sql.results.internal.RowProcessingStateStandardImpl rowProcessingState, RowReader<T> rowReader) void
LoadContexts.deregister
(JdbcValuesSourceProcessingState state) void
LoadContexts.register
(JdbcValuesSourceProcessingState state)