Uses of Class
org.hibernate.sql.InsertSelect
-
Packages that use InsertSelect Package Description org.hibernate.sql -
-
Uses of InsertSelect in org.hibernate.sql
Methods in org.hibernate.sql that return InsertSelect Modifier and Type Method Description InsertSelectInsertSelect. addColumn(String columnName)InsertSelectInsertSelect. addColumns(String[] columnNames)InsertSelectInsertSelect. setComment(String comment)InsertSelectInsertSelect. setSelect(Select select)InsertSelectInsertSelect. setTableName(String tableName)
-