|
[Deprecated API] | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | CURRENT API | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface that defines contract of incrementing
any data store field's maximum value. Works much like
sequence number generator. Typical implementations could use
RDBMS SQL and/or Stored Procedures to do the job.
History:
| Method Summary | |
double |
nextDoubleValue()
Increments data store field's max value as double |
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 |
java.lang.Object |
nextValue(java.lang.Class keyClass)
Generic method to retrieve the next value. |
| Method Detail |
public int nextIntValue()
throws DataAccessException
DataAccessException -
public long nextLongValue()
throws DataAccessException
DataAccessException -
public double nextDoubleValue()
throws DataAccessException
DataAccessException -
public java.lang.String nextStringValue()
throws DataAccessException
DataAccessException -
public java.lang.Object nextValue(java.lang.Class keyClass)
throws DataAccessException
java.lang.IllegalArgumentException - if keyClass is not one of
the expected typesDataAccessException -
|
[Deprecated API] | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | CURRENT API | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||