public interface InsertGeneratedIdentifierDelegate
Modifier and Type | Method and Description |
---|---|
Serializable |
performInsert(String insertSQL,
SessionImplementor 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.Serializable performInsert(String insertSQL, SessionImplementor session, Binder binder)
insertSQL
- The INSERT statement stringsession
- The session in which we are operatingbinder
- The param binderCopyright © 2016 JBoss by Red Hat. All rights reserved.