Uses of Class
org.hibernate.sql.ast.tree.insert.InsertStatement
-
Packages that use InsertStatement Package Description org.hibernate.dialect 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.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, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext)SqmTranslator<InsertStatement>StandardSqmTranslatorFactory. createInsertTranslator(SqmInsertStatement<?> sqmInsertStatement, QueryOptions queryOptions, org.hibernate.query.sqm.internal.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)
-