Uses of Class
org.hibernate.sql.InsertSelect

Packages that use InsertSelect
org.hibernate.sql   
 

Uses of InsertSelect in org.hibernate.sql
 

Methods in org.hibernate.sql that return InsertSelect
 InsertSelect InsertSelect.setTableName(String tableName)
           
 InsertSelect InsertSelect.setComment(String comment)
           
 InsertSelect InsertSelect.addColumn(String columnName)
           
 InsertSelect InsertSelect.addColumns(String[] columnNames)
           
 InsertSelect InsertSelect.setSelect(Select select)