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