Uses of Class
org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
-
Packages that use JdbcOperationQuerySelect Package Description org.hibernate.loader.ast.internal org.hibernate.query.spi org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.sql.ast Package defining a SQL AST for use in creating and executing various JDBC operationsorg.hibernate.sql.ast.spi Package defining support for creating and consuming SQL ASTorg.hibernate.sql.exec.internal org.hibernate.sql.exec.spi org.hibernate.sql.results.jdbc.internal -
-
Uses of JdbcOperationQuerySelect in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return JdbcOperationQuerySelect Modifier and Type Method Description JdbcOperationQuerySelect
LoadPlan. getJdbcSelect()
The JdbcSelect for the loadJdbcOperationQuerySelect
SingleIdLoadPlan. getJdbcSelect()
-
Uses of JdbcOperationQuerySelect in org.hibernate.query.spi
Methods in org.hibernate.query.spi with parameters of type JdbcOperationQuerySelect Modifier and Type Method Description static QueryOptions
SqlOmittingQueryOptions. omitSqlQueryOptions(QueryOptions originalOptions, JdbcOperationQuerySelect select)
-
Uses of JdbcOperationQuerySelect in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type JdbcOperationQuerySelect Modifier and Type Method Description protected static SqmJdbcExecutionContextAdapter
ConcreteSqmSelectQueryPlan. listInterpreterExecutionContext(String hql, DomainQueryExecutionContext executionContext, JdbcOperationQuerySelect jdbcSelect, SubselectFetch.RegistrationHandler subSelectFetchKeyHandler)
Constructors in org.hibernate.query.sqm.internal with parameters of type JdbcOperationQuerySelect Constructor Description SqmJdbcExecutionContextAdapter(DomainQueryExecutionContext sqmExecutionContext, JdbcOperationQuerySelect jdbcSelect)
-
Uses of JdbcOperationQuerySelect in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast that return types with arguments of type JdbcOperationQuerySelect Modifier and Type Method Description SqlAstTranslator<JdbcOperationQuerySelect>
SqlAstTranslatorFactory. buildSelectTranslator(SessionFactoryImplementor sessionFactory, SelectStatement statement)
Builds a single-use select translator -
Uses of JdbcOperationQuerySelect in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return JdbcOperationQuerySelect Modifier and Type Method Description protected JdbcOperationQuerySelect
AbstractSqlAstTranslator. translateSelect(SelectStatement selectStatement)
Methods in org.hibernate.sql.ast.spi that return types with arguments of type JdbcOperationQuerySelect Modifier and Type Method Description SqlAstTranslator<JdbcOperationQuerySelect>
StandardSqlAstTranslatorFactory. buildSelectTranslator(SessionFactoryImplementor sessionFactory, SelectStatement statement)
-
Uses of JdbcOperationQuerySelect in org.hibernate.sql.exec.internal
Methods in org.hibernate.sql.exec.internal with parameters of type JdbcOperationQuerySelect Modifier and Type Method Description <R> List<R>
JdbcSelectExecutorStandardImpl. list(JdbcOperationQuerySelect jdbcSelect, JdbcParameterBindings jdbcParameterBindings, ExecutionContext executionContext, RowTransformer<R> rowTransformer, Class<R> domainResultType, ListResultsConsumer.UniqueSemantic uniqueSemantic)
JdbcValues
JdbcSelectExecutorStandardImpl. resolveJdbcValuesSource(String queryIdentifier, JdbcOperationQuerySelect jdbcSelect, boolean canBeCached, ExecutionContext executionContext, ResultSetAccess resultSetAccess)
<R> ScrollableResultsImplementor<R>
JdbcSelectExecutorStandardImpl. scroll(JdbcOperationQuerySelect jdbcSelect, ScrollMode scrollMode, JdbcParameterBindings jdbcParameterBindings, ExecutionContext executionContext, RowTransformer<R> rowTransformer)
<R> Stream<R>
JdbcSelectExecutorStandardImpl. stream(JdbcOperationQuerySelect jdbcSelect, JdbcParameterBindings jdbcParameterBindings, ExecutionContext executionContext, RowTransformer<R> rowTransformer)
-
Uses of JdbcOperationQuerySelect in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi with parameters of type JdbcOperationQuerySelect Modifier and Type Method Description <R> List<R>
JdbcSelectExecutor. list(JdbcOperationQuerySelect jdbcSelect, JdbcParameterBindings jdbcParameterBindings, ExecutionContext executionContext, RowTransformer<R> rowTransformer, Class<R> requestedJavaType, ListResultsConsumer.UniqueSemantic uniqueSemantic)
default <R> List<R>
JdbcSelectExecutor. list(JdbcOperationQuerySelect jdbcSelect, JdbcParameterBindings jdbcParameterBindings, ExecutionContext executionContext, RowTransformer<R> rowTransformer, ListResultsConsumer.UniqueSemantic uniqueSemantic)
<R> ScrollableResultsImplementor<R>
JdbcSelectExecutor. scroll(JdbcOperationQuerySelect jdbcSelect, ScrollMode scrollMode, JdbcParameterBindings jdbcParameterBindings, ExecutionContext executionContext, RowTransformer<R> rowTransformer)
<R> Stream<R>
JdbcSelectExecutor. stream(JdbcOperationQuerySelect jdbcSelect, JdbcParameterBindings jdbcParameterBindings, ExecutionContext executionContext, RowTransformer<R> rowTransformer)
-
Uses of JdbcOperationQuerySelect in org.hibernate.sql.results.jdbc.internal
Constructors in org.hibernate.sql.results.jdbc.internal with parameters of type JdbcOperationQuerySelect Constructor Description DeferredResultSetAccess(JdbcOperationQuerySelect jdbcSelect, JdbcParameterBindings jdbcParameterBindings, ExecutionContext executionContext, Function<String,PreparedStatement> statementCreator)
-