站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

Uses of Class org.hibernate.sql.InsertSelect (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


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