|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataFieldMaxValueIncrementer
Interface that defines contract of incrementing any data store field's maximum value. Works much like a sequence number generator.
Typical implementations can use RDBMS SQL, native RDBMS sequences, and/or Stored Procedures to do the job.
Method Summary | |
---|---|
int |
nextIntValue()
Increments data store field's max value as int. |
long |
nextLongValue()
Increments data store field's max value as long. |
String |
nextStringValue()
Increments data store field's max value as String. |
Method Detail |
---|
int nextIntValue() throws DataAccessException
DataAccessException
long nextLongValue() throws DataAccessException
DataAccessException
String nextStringValue() throws DataAccessException
DataAccessException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |