class |
AbstractReturningDelegate |
Abstract GeneratedValuesMutationDelegate implementation where
the underlying strategy causes the generated identifier to be returned as
an effect of performing the insert statement.
|
class |
AbstractSelectingDelegate |
Abstract GeneratedValuesMutationDelegate implementation where
the underlying strategy requires a subsequent select after the
insert to determine the generated identifier.
|
class |
BasicSelectingDelegate |
Delegate for dealing with IDENTITY columns where the dialect requires an
additional command execution to retrieve the generated IDENTITY value
|
class |
GetGeneratedKeysDelegate |
|
class |
InsertReturningDelegate |
Delegate for dealing with generated values where the dialect supports
returning the generated column directly from the mutation statement.
|
class |
SybaseJConnGetGeneratedKeysDelegate |
Specialized IdentifierGeneratingInsert which appends the database
specific clause which signifies to return generated IDENTITY values
to the end of the insert statement.
|
class |
UniqueKeySelectingDelegate |
Uses a unique key of the inserted entity to locate the newly inserted row.
|