org.hibernate.sql
Class InsertSelect
java.lang.Object
org.hibernate.sql.InsertSelect
public class InsertSelect
- extends java.lang.Object
Implementation of InsertSelect.
- Author:
- Steve Ebersole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InsertSelect
public InsertSelect(Dialect dialect)
setTableName
public InsertSelect setTableName(java.lang.String tableName)
setComment
public InsertSelect setComment(java.lang.String comment)
addColumn
public InsertSelect addColumn(java.lang.String columnName)
addColumns
public InsertSelect addColumns(java.lang.String[] columnNames)
setSelect
public InsertSelect setSelect(Select select)
toStatementString
public java.lang.String toStatementString()
Copyright © 2008 Hibernate.org. All Rights Reserved.