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