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.
| Constructor and Description |
|---|
InsertSelectIdentityInsert(Dialect dialect) |
| Modifier and Type | Method and Description |
|---|---|
String |
toStatementString() |
addColumn, addColumn, addColumn, addColumns, addColumns, addColumns, addIdentityColumn, getDialect, setComment, setTableNamepublic InsertSelectIdentityInsert(Dialect dialect)
public String toStatementString()
toStatementString in class InsertCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.