| Class | Description |
|---|---|
| ConfigurableSequentialIntegerKeyGenerator | |
| ConfigurableSequentialLongKeyGenerator | |
| NoOpKeyGenerator<S extends Serializable> |
This is a key generator that should be used to indicate that we do not want automatic key generation.
|
| RandomIntegerKeyGenerator |
This class will help with generating unique, random integers.
|
| RandomLongKeyGenerator |
This class will help with the generation of unique, random long numbrs.
|
| SequentialIntegerKeyGenerator |
This class will generate sequential numbers.
|
| SequentialLongKeyGenerator |
This class will generate sequential, long numbers.
|
| UUIDKeyGenerator |
This class will generate unique UUIDs for use in entities whose keys are loose String values.
|
Copyright © 2014–2016. All rights reserved.