Uses of Class
org.hibernate.sql.InsertSelect

Packages that use InsertSelect
org.hibernate.sql This package defines helper classes for rendering SQL fragments and SQL statements. 
 

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)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.