|
|||||||||
| Home >> All >> org >> hibernate >> id >> [ insert overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.hibernate.id.insert
Interface InsertGeneratedIdentifierDelegate

- All Known Implementing Classes:
- AbstractReturningDelegate, AbstractSelectingDelegate
- public interface InsertGeneratedIdentifierDelegate
Responsible for handling delegation relating to variants in how insert-generated-identifier generator strategies dictate processing:
- building the sql insert statement
- determination of the generated identifier value
| Method Summary | |
java.io.Serializable |
performInsert(java.lang.String insertSQL,
org.hibernate.engine.SessionImplementor session,
Binder binder)
Perform the indicated insert SQL statement and determine the identifier value generated. |
IdentifierGeneratingInsert |
prepareIdentifierGeneratingInsert()
Build a org.hibernate.sql.Insert specific to the delegate's mode of handling generated key values. |
| Method Detail |
prepareIdentifierGeneratingInsert
public IdentifierGeneratingInsert prepareIdentifierGeneratingInsert()
- Build a org.hibernate.sql.Insert specific to the delegate's mode
of handling generated key values.
performInsert
public java.io.Serializable performInsert(java.lang.String insertSQL, org.hibernate.engine.SessionImplementor session, Binder binder)
- Perform the indicated insert SQL statement and determine the identifier value
generated.
|
|||||||||
| Home >> All >> org >> hibernate >> id >> [ insert overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC