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. 
 | 
java.lang.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 errorsjava.lang.String nextStringValue()
                          throws DataAccessException
DataAccessException - in case of errors