Uses of Class
org.hibernate.sql.ast.tree.insert.InsertStatement
-
Packages that use InsertStatement Package Description org.hibernate.dialect 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.query.sqm.sql Package for the translation of SQM into SQL ASTorg.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 AST -
-
Uses of InsertStatement in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type InsertStatement Modifier and Type Method Description protected voidDB2SqlAstTranslator. visitInsertStatementOnly(InsertStatement statement) -
Uses of InsertStatement in org.hibernate.query.sqm.mutation.internal.temptable
Methods in org.hibernate.query.sqm.mutation.internal.temptable with parameters of type InsertStatement Modifier and Type Method Description static intExecuteWithTemporaryTableHelper. saveIntoTemporaryTable(InsertStatement temporaryTableInsert, JdbcParameterBindings jdbcParameterBindings, ExecutionContext executionContext)Constructors in org.hibernate.query.sqm.mutation.internal.temptable with parameters of type InsertStatement 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, InsertStatement insertStatement, Map<SqmParameter<?>,List<List<JdbcParameter>>> parameterResolutions, JdbcParameter sessionUidParameter, Map<SqmParameter<?>,MappingModelExpressible<?>> paramTypeResolutions, DomainQueryExecutionContext executionContext) -
Uses of InsertStatement in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return InsertStatement Modifier and Type Method Description InsertStatementBaseSqmToSqlAstConverter. visitInsertSelectStatement(SqmInsertSelectStatement<?> sqmStatement)InsertStatementBaseSqmToSqlAstConverter. visitInsertValuesStatement(SqmInsertValuesStatement<?> sqmStatement)Methods in org.hibernate.query.sqm.sql that return types with arguments of type InsertStatement Modifier and Type Method Description SqmTranslator<InsertStatement>SqmTranslatorFactory. createInsertTranslator(SqmInsertStatement<?> sqmInsertStatement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext)SqmTranslator<InsertStatement>StandardSqmTranslatorFactory. createInsertTranslator(SqmInsertStatement<?> sqmInsertStatement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext) -
Uses of InsertStatement in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type InsertStatement Modifier and Type Method Description SqlAstTranslator<JdbcInsert>SqlAstTranslatorFactory. buildInsertTranslator(SessionFactoryImplementor sessionFactory, InsertStatement statement)Builds a single-use insert-select translatorvoidSqlAstWalker. visitInsertStatement(InsertStatement statement) -
Uses of InsertStatement in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type InsertStatement Modifier and Type Method Description SqlAstTranslator<JdbcInsert>StandardSqlAstTranslatorFactory. buildInsertTranslator(SessionFactoryImplementor sessionFactory, InsertStatement statement)protected JdbcInsertAbstractSqlAstTranslator. translateInsert(InsertStatement sqlAst)voidAbstractSqlAstTranslator. visitInsertStatement(InsertStatement statement)voidAbstractSqlAstWalker. visitInsertStatement(InsertStatement statement)voidAggregateFunctionChecker. visitInsertStatement(InsertStatement statement)voidExpressionReplacementWalker. visitInsertStatement(InsertStatement statement)protected voidAbstractSqlAstTranslator. visitInsertStatementOnly(InsertStatement statement)
-