Interface | Description |
---|---|
LongNumericGenerator |
Interface to guaranteed to return a long.
|
NumericGenerator |
Interface to return a new sequential number for each call.
|
RandomStringGenerator |
Interface to return a random String.
|
Class | Description |
---|---|
DefaultLongNumericGenerator |
The default numeric generator for generating long values.
|
DefaultRandomStringGenerator |
Implementation of the RandomStringGenerator that allows you to define the
length of the random part.
|