public interface PrimaryKeyGenerator
Provider of cluster-safe primary keys.
Modifier and Type | Method and Description |
---|---|
<T> T |
getNextPrimaryKey(Class<T> expectedType)
Generates the next primary key.
|
<T> T getNextPrimaryKey(Class<T> expectedType)
Generates the next primary key.
T
- the type of the classexpectedType
- the expected type of the keyCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.