public interface SequentialPrimaryKeyPersistence
Primary key persistence API to create unique primary keys.
| Modifier and Type | Method and Description |
|---|---|
PrimaryKeyRange |
getAvailablePrimaryKeys(int blockSize)
Generates a block of unique primary keys.
|
PrimaryKeyRange getAvailablePrimaryKeys(int blockSize)
Generates a block of unique primary keys. Each range of returned primary keys must be higher than the range returned for the previous call.
blockSize - the number of primary keys to fetchCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.