Uses of Class
org.hibernate.sql.ast.tree.insert.InsertSelectStatement
-
Packages that use InsertSelectStatement Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.query.sqm.mutation.internal.temptable Support for multi-table SQM mutation (insert, update, delete) operations using a table to temporarily hold the matching ids.org.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. -
-
Uses of InsertSelectStatement in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type InsertSelectStatement Modifier and Type Method Description protected JdbcOperationQueryInsertCockroachSqlAstTranslator. translateInsert(InsertSelectStatement sqlAst)protected JdbcOperationQueryInsertMariaDBSqlAstTranslator. translateInsert(InsertSelectStatement sqlAst)protected JdbcOperationQueryInsertMySQLSqlAstTranslator. translateInsert(InsertSelectStatement sqlAst)protected JdbcOperationQueryInsertPostgreSQLSqlAstTranslator. translateInsert(InsertSelectStatement sqlAst)protected JdbcOperationQueryInsertTiDBSqlAstTranslator. translateInsert(InsertSelectStatement sqlAst)protected voidMariaDBSqlAstTranslator. visitInsertSource(InsertSelectStatement statement)protected voidMySQLSqlAstTranslator. visitInsertSource(InsertSelectStatement statement)protected voidTiDBSqlAstTranslator. visitInsertSource(InsertSelectStatement statement)protected voidDB2SqlAstTranslator. visitInsertStatementOnly(InsertSelectStatement statement)protected voidH2SqlAstTranslator. visitInsertStatementOnly(InsertSelectStatement statement)protected voidHANASqlAstTranslator. visitInsertStatementOnly(InsertSelectStatement statement)protected voidHSQLSqlAstTranslator. visitInsertStatementOnly(InsertSelectStatement statement)protected voidOracleSqlAstTranslator. visitInsertStatementOnly(InsertSelectStatement statement)protected voidSQLServerSqlAstTranslator. visitInsertStatementOnly(InsertSelectStatement statement)protected voidSybaseASESqlAstTranslator. visitInsertStatementOnly(InsertSelectStatement statement)protected voidSybaseSqlAstTranslator. visitInsertStatementOnly(InsertSelectStatement statement) -
Uses of InsertSelectStatement in org.hibernate.query.sqm.mutation.internal.temptable
Methods in org.hibernate.query.sqm.mutation.internal.temptable with parameters of type InsertSelectStatement Modifier and Type Method Description protected TableBasedInsertHandler.ExecutionDelegateTableBasedInsertHandler. buildExecutionDelegate(SqmInsertStatement<?> sqmInsert, MultiTableSqmMutationConverter sqmConverter, TemporaryTable entityTable, AfterUseAction afterUseAction, Function<SharedSessionContractImplementor,String> sessionUidAccess, DomainParameterXref domainParameterXref, TableGroup insertingTableGroup, Map<String,TableReference> tableReferenceByAlias, List<Assignment> assignments, InsertSelectStatement insertStatement, ConflictClause conflictClause, JdbcParameter sessionUidParameter, DomainQueryExecutionContext executionContext)For Hibernate Reactivestatic intExecuteWithTemporaryTableHelper. saveIntoTemporaryTable(InsertSelectStatement temporaryTableInsert, JdbcParameterBindings jdbcParameterBindings, ExecutionContext executionContext)Constructors in org.hibernate.query.sqm.mutation.internal.temptable with parameters of type InsertSelectStatement Constructor Description InsertExecutionDelegate(SqmInsertStatement<?> sqmInsert, MultiTableSqmMutationConverter sqmConverter, TemporaryTable entityTable, AfterUseAction afterUseAction, Function<SharedSessionContractImplementor,String> sessionUidAccess, DomainParameterXref domainParameterXref, TableGroup insertingTableGroup, Map<String,TableReference> tableReferenceByAlias, List<Assignment> assignments, InsertSelectStatement insertStatement, ConflictClause conflictClause, JdbcParameter sessionUidParameter, DomainQueryExecutionContext executionContext) -
Uses of InsertSelectStatement in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type InsertSelectStatement Modifier and Type Method Description voidSqlAstWalker. visitInsertStatement(InsertSelectStatement statement) -
Uses of InsertSelectStatement in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type InsertSelectStatement Modifier and Type Method Description protected StringAbstractSqlAstTranslator. getUniqueConstraintNameThatMayFail(InsertSelectStatement sqlAst)protected JdbcOperationQueryInsertAbstractSqlAstTranslator. translateInsert(InsertSelectStatement sqlAst)protected voidAbstractSqlAstTranslator. visitInsertSource(InsertSelectStatement statement)voidAbstractSqlAstTranslator. visitInsertStatement(InsertSelectStatement statement)voidAbstractSqlAstWalker. visitInsertStatement(InsertSelectStatement statement)voidAggregateFunctionChecker. visitInsertStatement(InsertSelectStatement statement)voidExpressionReplacementWalker. visitInsertStatement(InsertSelectStatement statement)protected voidAbstractSqlAstTranslator. visitInsertStatementEmulateMerge(InsertSelectStatement statement)protected voidAbstractSqlAstTranslator. visitInsertStatementOnly(InsertSelectStatement statement)
-