Uses of Class
org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
-
Packages that use JdbcOperationQuerySelect Package Description org.hibernate.loader.ast.internal org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.sql.ast Package defining a SQL AST for use in generation of SQL.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.exec.internal Implementation of the SPI for execution of SQL statements via JDBC.org.hibernate.sql.exec.spi SPI for execution of SQL statements via JDBC.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()
Methods in org.hibernate.loader.ast.internal with parameters of type JdbcOperationQuerySelect Modifier and Type Method Description static <R,K>
List<R>LoaderHelper. loadByArrayParameter(K[] idsToInitialize, SelectStatement sqlAst, JdbcOperationQuerySelect jdbcOperation, JdbcParameter jdbcParameter, JdbcMapping arrayJdbcMapping, Object entityId, Object entityInstance, EntityMappingType rootEntityDescriptor, LockOptions lockOptions, Boolean readOnly, SharedSessionContractImplementor session)
Load one or more instances of a model part (an entity or collection) based on a SQL ARRAY parameter to specify the keys (as opposed to the more traditional SQL IN predicate approach).Constructors in org.hibernate.loader.ast.internal with parameters of type JdbcOperationQuerySelect Constructor Description MultiKeyLoadChunker(int chunkSize, int keyColumnCount, Bindable bindable, JdbcParametersList jdbcParameters, SelectStatement sqlAst, JdbcOperationQuerySelect jdbcSelect)
-
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)
-