Uses of Class
org.hibernate.sql.model.internal.TableUpdateStandard
Packages that use TableUpdateStandard
Package
Description
Internal package containing dialect-specific extensions of
AbstractSqlAstTranslator
.Package defining a SQL AST for use in generation of SQL.
Package defining support for creating and consuming a SQL AST.
-
Uses of TableUpdateStandard in org.hibernate.dialect.sql.ast
Methods in org.hibernate.dialect.sql.ast with parameters of type TableUpdateStandardModifier and TypeMethodDescriptionvoid
DB2SqlAstTranslator.visitStandardTableUpdate
(TableUpdateStandard tableUpdate) void
H2SqlAstTranslator.visitStandardTableUpdate
(TableUpdateStandard tableUpdate) -
Uses of TableUpdateStandard in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type TableUpdateStandardModifier and TypeMethodDescriptionvoid
SqlAstWalker.visitStandardTableUpdate
(TableUpdateStandard tableUpdate) -
Uses of TableUpdateStandard in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type TableUpdateStandardModifier and TypeMethodDescriptionvoid
AbstractSqlAstTranslator.visitStandardTableUpdate
(TableUpdateStandard tableUpdate) void
AbstractSqlAstWalker.visitStandardTableUpdate
(TableUpdateStandard tableUpdate) void
ExpressionReplacementWalker.visitStandardTableUpdate
(TableUpdateStandard tableUpdate)