Uses of Class
org.hibernate.sql.model.internal.TableUpdateCustomSql
-
Packages that use TableUpdateCustomSql Package Description org.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 TableUpdateCustomSql in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type TableUpdateCustomSql Modifier and Type Method Description voidSqlAstWalker. visitCustomTableUpdate(TableUpdateCustomSql tableUpdate) -
Uses of TableUpdateCustomSql in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type TableUpdateCustomSql Modifier and Type Method Description voidAbstractSqlAstTranslator. visitCustomTableUpdate(TableUpdateCustomSql tableUpdate)voidAbstractSqlAstWalker. visitCustomTableUpdate(TableUpdateCustomSql tableUpdate)voidExpressionReplacementWalker. visitCustomTableUpdate(TableUpdateCustomSql tableUpdate)
-