Generates ID 's in numeric sequence.
A simple counter is used.
Every time that
SequentialIDGenerator.nextIdImpl is called,
this counter is incremented.
By default, the counter starts at zero.
A user can set the initial value by using the
SequentialIDGenerator.SequentialIDGenerator(int start) constructor.
author: Robert Burrell Donkin version: $Revision: 438373 $ |