public interface InsertGeneratedIdentifierDelegate
| Modifier and Type | Method and Description |
|---|---|
java.io.Serializable |
performInsert(java.lang.String insertSQL,
SharedSessionContractImplementor session,
Binder binder)
Perform the indicated insert SQL statement and determine the identifier value
generated.
|
IdentifierGeneratingInsert |
prepareIdentifierGeneratingInsert()
Build a
Insert specific to the delegate's mode
of handling generated key values. |
IdentifierGeneratingInsert prepareIdentifierGeneratingInsert()
Insert specific to the delegate's mode
of handling generated key values.java.io.Serializable performInsert(java.lang.String insertSQL,
SharedSessionContractImplementor session,
Binder binder)
insertSQL - The INSERT statement stringsession - The session in which we are operatingbinder - The param binderCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.