Uses of Class
org.hibernate.sql.ast.tree.update.UpdateStatement
Packages that use UpdateStatement
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
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.
-
Uses of UpdateStatement in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type UpdateStatementModifier and TypeMethodDescriptionprotected voidCockroachSqlAstTranslator.renderFromClauseAfterUpdateSet(UpdateStatement statement) protected voidDB2SqlAstTranslator.renderFromClauseAfterUpdateSet(UpdateStatement statement) protected voidHANASqlAstTranslator.renderFromClauseAfterUpdateSet(UpdateStatement statement) protected voidPostgreSQLSqlAstTranslator.renderFromClauseAfterUpdateSet(UpdateStatement statement) protected voidSQLServerSqlAstTranslator.renderFromClauseAfterUpdateSet(UpdateStatement statement) protected voidSybaseASESqlAstTranslator.renderFromClauseAfterUpdateSet(UpdateStatement statement) protected voidSybaseSqlAstTranslator.renderFromClauseAfterUpdateSet(UpdateStatement statement) protected voidHANASqlAstTranslator.renderUpdateClause(UpdateStatement updateStatement) protected voidMariaDBSqlAstTranslator.renderUpdateClause(UpdateStatement updateStatement) protected voidMySQLSqlAstTranslator.renderUpdateClause(UpdateStatement updateStatement) protected voidSQLServerSqlAstTranslator.renderUpdateClause(UpdateStatement updateStatement) protected voidTiDBSqlAstTranslator.renderUpdateClause(UpdateStatement updateStatement) protected voidDB2SqlAstTranslator.visitUpdateStatementOnly(UpdateStatement statement) protected voidDerbySqlAstTranslator.visitUpdateStatementOnly(UpdateStatement statement) protected voidH2SqlAstTranslator.visitUpdateStatementOnly(UpdateStatement statement) protected voidHANASqlAstTranslator.visitUpdateStatementOnly(UpdateStatement statement) protected voidHSQLSqlAstTranslator.visitUpdateStatementOnly(UpdateStatement statement) protected voidOracleSqlAstTranslator.visitUpdateStatementOnly(UpdateStatement statement) -
Uses of UpdateStatement in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return UpdateStatementModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.visitUpdateStatement(SqmUpdateStatement<?> sqmStatement) Methods in org.hibernate.query.sqm.sql that return types with arguments of type UpdateStatementModifier and TypeMethodDescriptiondefault SqmTranslator<UpdateStatement>SqmTranslatorFactory.createSimpleUpdateTranslator(SqmUpdateStatement<?> sqmUpdateStatement, 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.createSimpleUpdateTranslator(SqmUpdateStatement<?> sqmUpdateStatement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext) -
Uses of UpdateStatement in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type UpdateStatementModifier and TypeMethodDescriptiondefault SqlAstTranslator<JdbcOperationQueryUpdate>SqlAstTranslatorFactory.buildUpdateTranslator(SessionFactoryImplementor sessionFactory, UpdateStatement statement) Deprecated, for removal: This API element is subject to removal in a future version.voidSqlAstWalker.visitUpdateStatement(UpdateStatement statement) -
Uses of UpdateStatement in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type UpdateStatementModifier and TypeMethodDescriptionStandardSqlAstTranslatorFactory.buildUpdateTranslator(SessionFactoryImplementor sessionFactory, UpdateStatement statement) protected voidAbstractSqlAstTranslator.renderFromClauseAfterUpdateSet(UpdateStatement statement) protected voidAbstractSqlAstTranslator.renderFromClauseExcludingDmlTargetReference(UpdateStatement statement) protected voidAbstractSqlAstTranslator.renderFromClauseJoiningDmlTargetReference(UpdateStatement statement) protected voidAbstractSqlAstTranslator.renderUpdateClause(UpdateStatement updateStatement) protected JdbcOperationQueryUpdateAbstractSqlAstTranslator.translateUpdate(UpdateStatement sqlAst) protected voidAbstractSqlAstTranslator.visitSetAssignmentEmulateJoin(Assignment assignment, UpdateStatement statement) voidAbstractSqlAstTranslator.visitUpdateStatement(UpdateStatement statement) voidAbstractSqlAstWalker.visitUpdateStatement(UpdateStatement statement) voidAggregateFunctionChecker.visitUpdateStatement(UpdateStatement statement) voidExpressionReplacementWalker.visitUpdateStatement(UpdateStatement statement) protected voidAbstractSqlAstTranslator.visitUpdateStatementEmulateInlineView(UpdateStatement statement) protected voidAbstractSqlAstTranslator.visitUpdateStatementEmulateMerge(UpdateStatement statement) protected voidAbstractSqlAstTranslator.visitUpdateStatementEmulateTupleSet(UpdateStatement statement) protected voidAbstractSqlAstTranslator.visitUpdateStatementOnly(UpdateStatement statement)
SqmTranslatorFactory.createMutationTranslator(SqmDmlStatement, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext)instead