|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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. |
java.lang.String |
nextStringValue()
Increments data store field's max value as String. |
Method Detail |
public int nextIntValue() throws DataAccessException
DataAccessException
public long nextLongValue() throws DataAccessException
DataAccessException
public java.lang.String nextStringValue() throws DataAccessException
DataAccessException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |