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

InsertSelectIdentityInsert (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.id.insert
Class InsertSelectIdentityInsert

java.lang.Object
  extended byorg.hibernate.sql.Insert
      extended byorg.hibernate.id.insert.IdentifierGeneratingInsert
          extended byorg.hibernate.id.insert.InsertSelectIdentityInsert

public class InsertSelectIdentityInsert
extends IdentifierGeneratingInsert

Specialized IdentifierGeneratingInsert which appends the database specific clause which signifies to return generated IDENTITY values to the end of the insert statement.

Author:
Steve Ebersole

Constructor Summary
InsertSelectIdentityInsert(Dialect dialect)
           
 
Method Summary
 String toStatementString()
           
 
Methods inherited from class org.hibernate.sql.Insert
addColumn, addColumn, addColumn, addColumns, addColumns, addIdentityColumn, getDialect, setComment, setTableName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertSelectIdentityInsert

public InsertSelectIdentityInsert(Dialect dialect)
Method Detail

toStatementString

public String toStatementString()
Overrides:
toStatementString in class Insert