Methods Summary |
---|
public boolean | applyIncrementSizeToSourceValues()Are increments to be applied to the values stored in the underlying
value source?
|
public java.io.Serializable | generate(AccessCallback callback)Generate an identifier value accounting for this specific optimization.
|
public int | getIncrementSize()Retrieves the defined increment size.
|
public long | getLastSourceValue()A common means to access the last value obtained from the underlying
source. This is intended for testing purposes, since accessing the
unerlying database source directly is much more difficult.
|