Package org.springframework.util
Class JdkIdGenerator
java.lang.Object
org.springframework.util.JdkIdGenerator
- All Implemented Interfaces:
- IdGenerator
An 
IdGenerator that calls UUID.randomUUID().- Since:
- 4.1.5
- Author:
- Rossen Stoyanchev
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
JdkIdGeneratorpublic JdkIdGenerator()
 
- 
- 
Method Details- 
generateIdDescription copied from interface:IdGeneratorGenerate a new identifier.- Specified by:
- generateIdin interface- IdGenerator
- Returns:
- the generated identifier
 
 
-