Uses of Interface
org.hibernate.sql.ast.tree.insert.InsertStatement
Packages that use InsertStatement
Package
Description
Package for the translation of SQM into SQL AST
Package defining a SQL AST for use in generation of SQL.
Package defining support for creating and consuming a SQL AST.
AST nodes representing
insert statements in a SQL tree.-
Uses of InsertStatement in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return InsertStatementModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.visitInsertSelectStatement(SqmInsertSelectStatement<?> sqmStatement) BaseSqmToSqlAstConverter.visitInsertValuesStatement(SqmInsertValuesStatement<?> sqmStatement) Methods in org.hibernate.query.sqm.sql that return types with arguments of type InsertStatementModifier and TypeMethodDescriptiondefault SqmTranslator<InsertStatement>SqmTranslatorFactory.createInsertTranslator(SqmInsertStatement<?> sqmInsertStatement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext) Deprecated, for removal: This API element is subject to removal in a future version.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 InsertStatementModifier and TypeMethodDescriptiondefault SqlAstTranslator<JdbcOperationQueryInsert>SqlAstTranslatorFactory.buildInsertTranslator(SessionFactoryImplementor sessionFactory, InsertStatement statement) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of InsertStatement in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type InsertStatementModifier and TypeMethodDescriptionStandardSqlAstTranslatorFactory.buildInsertTranslator(SessionFactoryImplementor sessionFactory, InsertStatement statement) -
Uses of InsertStatement in org.hibernate.sql.ast.tree.insert
Classes in org.hibernate.sql.ast.tree.insert that implement InsertStatementModifier and TypeClassDescriptionclasstodo (6.2) - Would much prefer to split insert-values and insert-select into individual contracts - something like `InsertStatement` and `InsertSelectStatement` e.g.
SqmTranslatorFactory.createMutationTranslator(SqmDmlStatement, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext)instead