Uses of Class
org.hibernate.sql.ast.tree.update.UpdateStatement
-
Packages that use UpdateStatement 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.sql Package for the translation of SQM into SQL ASTorg.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.org.hibernate.sql.ast.tree.update AST nodes representingupdatestatements in a SQL tree. -
-
Uses of UpdateStatement in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type UpdateStatement Modifier and Type Method Description protected voidDB2SqlAstTranslator. visitUpdateStatementOnly(UpdateStatement statement) -
Uses of UpdateStatement in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return UpdateStatement Modifier and Type Method Description UpdateStatementBaseSqmToSqlAstConverter. visitUpdateStatement(SqmUpdateStatement<?> sqmStatement)Methods in org.hibernate.query.sqm.sql that return types with arguments of type UpdateStatement Modifier and Type Method Description SqmTranslator<UpdateStatement>SqmTranslatorFactory. createSimpleUpdateTranslator(SqmUpdateStatement<?> sqmUpdateStatement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings queryParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext)SqmTranslator<UpdateStatement>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 UpdateStatement Modifier and Type Method Description SqlAstTranslator<JdbcOperationQueryUpdate>SqlAstTranslatorFactory. buildUpdateTranslator(SessionFactoryImplementor sessionFactory, UpdateStatement statement)Builds a single-use update translatorvoidSqlAstWalker. visitUpdateStatement(UpdateStatement statement) -
Uses of UpdateStatement in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type UpdateStatement Modifier and Type Method Description SqlAstTranslator<JdbcOperationQueryUpdate>StandardSqlAstTranslatorFactory. buildUpdateTranslator(SessionFactoryImplementor sessionFactory, UpdateStatement statement)protected voidAbstractSqlAstTranslator. renderSetClause(UpdateStatement statement, Stack<Clause> clauseStack)protected JdbcOperationQueryUpdateAbstractSqlAstTranslator. translateUpdate(UpdateStatement sqlAst)voidAbstractSqlAstTranslator. visitUpdateStatement(UpdateStatement statement)voidAbstractSqlAstWalker. visitUpdateStatement(UpdateStatement statement)voidAggregateFunctionChecker. visitUpdateStatement(UpdateStatement statement)voidExpressionReplacementWalker. visitUpdateStatement(UpdateStatement statement)protected voidAbstractSqlAstTranslator. visitUpdateStatementOnly(UpdateStatement statement) -
Uses of UpdateStatement in org.hibernate.sql.ast.tree.update
Methods in org.hibernate.sql.ast.tree.update that return UpdateStatement Modifier and Type Method Description UpdateStatementUpdateStatement.UpdateStatementBuilder. createUpdateAst()
-