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 InsertSelect
InsertSelect. addColumn(String columnName)
InsertSelect
InsertSelect. addColumns(String[] columnNames)
InsertSelect
InsertSelect. setComment(String comment)
InsertSelect
InsertSelect. setSelect(Select select)
InsertSelect
InsertSelect. setTableName(String tableName)
-