|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InsertGeneratedIdentifierDelegate
Responsible for handling delegation relating to variants in how insert-generated-identifier generator strategies dictate processing:
| Method Summary | |
|---|---|
java.io.Serializable |
performInsert(java.lang.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. |
| Method Detail |
|---|
IdentifierGeneratingInsert prepareIdentifierGeneratingInsert()
Insert specific to the delegate's mode
of handling generated key values.
java.io.Serializable performInsert(java.lang.String insertSQL,
SessionImplementor session,
Binder binder)
insertSQL - The INSERT statement stringsession - The session in which we are operatingbinder - The param binder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||