public interface DataFieldMaxValueIncrementer
Typical implementations may use standard SQL, native RDBMS sequences or Stored Procedures to do the job.
Modifier and Type | Method and Description |
---|---|
int |
nextIntValue()
Increment the data store field's max value as int.
|
long |
nextLongValue()
Increment the data store field's max value as long.
|
String |
nextStringValue()
Increment the data store field's max value as String.
|
int nextIntValue() throws DataAccessException
DataAccessException
- in case of errorslong nextLongValue() throws DataAccessException
DataAccessException
- in case of errorsString nextStringValue() throws DataAccessException
DataAccessException
- in case of errors