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