Package org.springframework.util
Class SimpleIdGenerator
- java.lang.Object
- org.springframework.util.SimpleIdGenerator
- All Implemented Interfaces:
IdGenerator
public class SimpleIdGenerator extends Object implements IdGenerator
A simpleIdGeneratorthat starts at 1, increments up toLong.MAX_VALUE, and then rolls over.- Since:
- 4.1.5
- Author:
- Rossen Stoyanchev
Constructor Summary
Constructors Constructor Description SimpleIdGenerator()
Constructor Detail
SimpleIdGenerator
public SimpleIdGenerator()
Method Detail
generateId
public UUID generateId()
Description copied from interface:IdGeneratorGenerate a new identifier.- Specified by:
generateIdin interfaceIdGenerator- Returns:
- the generated identifier