See: Description
| Interface | Description |
|---|---|
| IdentityIdGenerator |
A generator that uses a database IDENTITY column.
|
| IdGenerator |
An identity generator.
|
| IdProvider |
An identity provider.
|
| SequenceIdGenerator |
A generator that uses a database SEQUENCE.
|
| TableIdGenerator |
A generator that uses a database TABLE.
|
| Class | Description |
|---|---|
| AbstractIdGenerator |
A skeletal implementation of the
IdGenerator interface. |
| AbstractPreGenerateIdGenerator |
A generator that generates an identity value before an execution of insert.
|
| BuiltinIdentityIdGenerator |
The built-in implementation for
IdentityIdGenerator. |
| BuiltinSequenceIdGenerator |
The built-in implementation for
SequenceIdGenerator. |
| BuiltinTableIdGenerator |
The built-in implementation for
TableIdGenerator. |
| IdGenerationConfig |
A configuration for the identity generation.
|
| IdGenerationConfig.UnavailableIdProvider | |
| ReservedIdProvider |
An identity provider that reserves identity values in advance.
|
| Enum | Description |
|---|---|
| AutoGeneratedKeysType |
Defines types for auto generated keys.
|