See: Description
| Interface | Description | 
|---|---|
| IdGenerator | Interface to be implemented by id generators. | 
| Class | Description | 
|---|---|
| AbstractIdGenerator | This class serves as a common base class for the sequence-based and the
 autoincrement-based id generators | 
| AutoIncrementIdGenerator | This generator works with databases that have an sql syntax that
 allows the retrieval of the last id used to insert a row for a
 Connection. | 
| IDBroker | This method of ID generation is used to ensure that code is
 more database independent. | 
| IDGeneratorFactory | A factory which instantiates  IdGeneratorimplementations. | 
| SequenceIdGenerator | This generator works with databases that have an sql syntax for
 getting an id prior to inserting a row into the database. | 
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.