Uses of Class
org.hibernate.sql.results.jdbc.internal.JdbcValuesSourceProcessingStateStandardImpl
Packages that use JdbcValuesSourceProcessingStateStandardImpl
Package
Description
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.-
Uses of JdbcValuesSourceProcessingStateStandardImpl in org.hibernate.internal
Methods in org.hibernate.internal that return JdbcValuesSourceProcessingStateStandardImplConstructors in org.hibernate.internal with parameters of type JdbcValuesSourceProcessingStateStandardImplModifierConstructorDescriptionAbstractScrollableResults
(JdbcValues jdbcValues, JdbcValuesSourceProcessingOptions processingOptions, JdbcValuesSourceProcessingStateStandardImpl jdbcValuesSourceProcessingState, RowProcessingStateStandardImpl rowProcessingState, RowReader<R> rowReader, SharedSessionContractImplementor persistenceContext) FetchingScrollableResultsImpl
(JdbcValues jdbcValues, JdbcValuesSourceProcessingOptions processingOptions, JdbcValuesSourceProcessingStateStandardImpl jdbcValuesSourceProcessingState, RowProcessingStateStandardImpl rowProcessingState, RowReader<R> rowReader, SharedSessionContractImplementor persistenceContext) ScrollableResultsImpl
(JdbcValues jdbcValues, JdbcValuesSourceProcessingOptions processingOptions, JdbcValuesSourceProcessingStateStandardImpl jdbcValuesSourceProcessingState, RowProcessingStateStandardImpl rowProcessingState, RowReader<R> rowReader, SharedSessionContractImplementor persistenceContext) -
Uses of JdbcValuesSourceProcessingStateStandardImpl in org.hibernate.sql.results.internal
Constructors in org.hibernate.sql.results.internal with parameters of type JdbcValuesSourceProcessingStateStandardImplModifierConstructorDescriptionRowProcessingStateStandardImpl
(JdbcValuesSourceProcessingStateStandardImpl resultSetProcessingState, ExecutionContext executionContext, RowReader<?> rowReader, JdbcValues jdbcValues) -
Uses of JdbcValuesSourceProcessingStateStandardImpl in org.hibernate.sql.results.spi
Methods in org.hibernate.sql.results.spi with parameters of type JdbcValuesSourceProcessingStateStandardImplModifier and TypeMethodDescriptionListResultsConsumer.consume
(JdbcValues jdbcValues, SharedSessionContractImplementor session, JdbcValuesSourceProcessingOptions processingOptions, JdbcValuesSourceProcessingStateStandardImpl jdbcValuesSourceProcessingState, RowProcessingStateStandardImpl rowProcessingState, RowReader<R> rowReader) ManagedResultConsumer.consume
(JdbcValues jdbcValues, SharedSessionContractImplementor session, JdbcValuesSourceProcessingOptions processingOptions, JdbcValuesSourceProcessingStateStandardImpl jdbcValuesSourceProcessingState, RowProcessingStateStandardImpl rowProcessingState, RowReader<Object> rowReader) ResultsConsumer.consume
(JdbcValues jdbcValues, SharedSessionContractImplementor session, JdbcValuesSourceProcessingOptions processingOptions, JdbcValuesSourceProcessingStateStandardImpl jdbcValuesSourceProcessingState, RowProcessingStateStandardImpl rowProcessingState, RowReader<R> rowReader) ScrollableResultsConsumer.consume
(JdbcValues jdbcValues, SharedSessionContractImplementor session, JdbcValuesSourceProcessingOptions processingOptions, JdbcValuesSourceProcessingStateStandardImpl jdbcValuesSourceProcessingState, RowProcessingStateStandardImpl rowProcessingState, RowReader<R> rowReader) SingleResultConsumer.consume
(JdbcValues jdbcValues, SharedSessionContractImplementor session, JdbcValuesSourceProcessingOptions processingOptions, JdbcValuesSourceProcessingStateStandardImpl jdbcValuesSourceProcessingState, RowProcessingStateStandardImpl rowProcessingState, RowReader<T> rowReader)