Package org.springframework.util
Class SimpleIdGenerator
java.lang.Object
org.springframework.util.SimpleIdGenerator
- All Implemented Interfaces:
IdGenerator
A simple
IdGenerator
that starts at 1, increments up to
Long.MAX_VALUE
, and then rolls over.- Since:
- 4.1.5
- Author:
- Rossen Stoyanchev
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SimpleIdGenerator
public SimpleIdGenerator()
-
-
Method Details
-
generateId
Description copied from interface:IdGenerator
Generate a new identifier.- Specified by:
generateId
in interfaceIdGenerator
- Returns:
- the generated identifier
-