当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
InsertSelectIdentityInsert (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.id.insert
Class InsertSelectIdentityInsert
java.lang.Object
org.hibernate.sql.Insert
org.hibernate.id.insert.IdentifierGeneratingInsert
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InsertSelectIdentityInsert
public InsertSelectIdentityInsert(Dialect dialect)
toStatementString
public String toStatementString()
- Overrides:
toStatementString
in class Insert