| Interface | Description |
|---|---|
| IdGenerator |
| Class | Description |
|---|---|
| AbstractDataSourceBlockIdGenerator |
The AbstractDataSourceBlockIdGenerator allocates blocks of ids from a DataSource
and then provides them as needed.
|
| AbstractDataSourceIdGenerator | |
| AbstractIdGenerator | |
| SequenceIdGenerator |
The SequenceIdGenerator requests each Id using a sequence in a database.
|
| TableIdGenerator |
The TableIdGenerator requests blocks of ids from a Database table.
|
| Exception | Description |
|---|---|
| IdException |
Thrown when it was not possible to allocate an Id.
|