Uses of Interface
org.springframework.util.IdGenerator
Packages that use IdGenerator
Package
Description
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
-
Uses of IdGenerator in org.springframework.util
Classes in org.springframework.util that implement IdGeneratorModifier and TypeClassDescriptionclassAnIdGeneratorthat usesSecureRandomfor the initial seed andRandomthereafter, instead of callingUUID.randomUUID()every time asJdkIdGeneratordoes.classAnIdGeneratorthat callsUUID.randomUUID().classA simpleIdGeneratorthat starts at 1, increments up toLong.MAX_VALUE, and then rolls over.