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