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

IdentifierGeneratingInsert (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.id.insert
Class IdentifierGeneratingInsert

java.lang.Object
  extended byorg.hibernate.sql.Insert
      extended byorg.hibernate.id.insert.IdentifierGeneratingInsert
Direct Known Subclasses:
InsertSelectIdentityInsert, SequenceIdentityGenerator.NoCommentsInsert

public class IdentifierGeneratingInsert
extends Insert

Nothing more than a distinguishing subclass of Insert used to indicate intent. Some subclasses of this also provided some additional functionality or semantic to the genernated SQL statement string.

Author:
Steve Ebersole

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

Constructor Detail

IdentifierGeneratingInsert

public IdentifierGeneratingInsert(Dialect dialect)