Package org.hibernate.sql.exec.internal
Class JdbcSelectExecutorStandardImpl
java.lang.Object
org.hibernate.sql.exec.internal.JdbcSelectExecutorStandardImpl
- All Implemented Interfaces:
JdbcSelectExecutor
Standard JdbcSelectExecutor implementation used by Hibernate,
through
INSTANCE
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
JdbcSelectExecutor.StatementCreator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T,
R> T executeQuery
(JdbcOperationQuerySelect jdbcSelect, JdbcParameterBindings jdbcParameterBindings, ExecutionContext executionContext, RowTransformer<R> rowTransformer, Class<R> domainResultType, int resultCountEstimate, JdbcSelectExecutor.StatementCreator statementCreator, ResultsConsumer<T, R> resultsConsumer) <T,
R> T executeQuery
(JdbcOperationQuerySelect jdbcSelect, JdbcParameterBindings jdbcParameterBindings, ExecutionContext executionContext, RowTransformer<R> rowTransformer, Class<R> domainResultType, JdbcSelectExecutor.StatementCreator statementCreator, ResultsConsumer<T, R> resultsConsumer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
executeQuery, list, list, list, scroll, scroll
-
Field Details
-
INSTANCE
Singleton access
-
-
Constructor Details
-
JdbcSelectExecutorStandardImpl
public JdbcSelectExecutorStandardImpl()
-
-
Method Details
-
executeQuery
public <T,R> T executeQuery(JdbcOperationQuerySelect jdbcSelect, JdbcParameterBindings jdbcParameterBindings, ExecutionContext executionContext, RowTransformer<R> rowTransformer, Class<R> domainResultType, JdbcSelectExecutor.StatementCreator statementCreator, ResultsConsumer<T, R> resultsConsumer) - Specified by:
executeQuery
in interfaceJdbcSelectExecutor
-
executeQuery
public <T,R> T executeQuery(JdbcOperationQuerySelect jdbcSelect, JdbcParameterBindings jdbcParameterBindings, ExecutionContext executionContext, RowTransformer<R> rowTransformer, Class<R> domainResultType, int resultCountEstimate, JdbcSelectExecutor.StatementCreator statementCreator, ResultsConsumer<T, R> resultsConsumer) - Specified by:
executeQuery
in interfaceJdbcSelectExecutor
-