Class |
Description |
IdGeneratorHolder
|
@Deprecated do not use anymore |
JdbcIdGenerator
|
A Jdbc implementation of the IdGenerator. |
PooledIdGenerator
|
An Thread safe implementation that caches a range of values in memory by the key name (ie: "tablename.id")
Default cache allocation size is 50 but can be set to other values. requires another IdGenerator implementation to be
set in the constructor. |
PooledIdGenerator.IdTuple
|
Used before creating large batches where you know the count and want to pre pool and id range larger than the default
to avoid the DB round trips to keep incrementing the sequence in the table.
|