| Package | Description |
|---|---|
| org.springframework.util |
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlternativeJdkIdGenerator
An
IdGenerator that uses SecureRandom for the initial seed and
Random thereafter, instead of calling UUID.randomUUID() every
time as JdkIdGenerator does. |
class |
JdkIdGenerator
An
IdGenerator that calls UUID.randomUUID(). |
class |
SimpleIdGenerator
A simple
IdGenerator that starts at 1, increments up to
Long.MAX_VALUE, and then rolls over. |