Uses of Class
org.hibernate.sql.model.internal.TableInsertCustomSql
-
Packages that use TableInsertCustomSql 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 TableInsertCustomSql in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type TableInsertCustomSql Modifier and Type Method Description void
SqlAstWalker. visitCustomTableInsert(TableInsertCustomSql tableInsert)
-
Uses of TableInsertCustomSql in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type TableInsertCustomSql Modifier and Type Method Description void
AbstractSqlAstTranslator. visitCustomTableInsert(TableInsertCustomSql tableInsert)
void
AbstractSqlAstWalker. visitCustomTableInsert(TableInsertCustomSql tableInsert)
void
ExpressionReplacementWalker. visitCustomTableInsert(TableInsertCustomSql tableInsert)
-