| Package | Description | 
|---|---|
| org.apache.torque.oid | The ID broker, an API to provide persistent
    object identifiers,
    as described by Scott Ambler's paper on "Enterprise-Ready Object
    IDs". | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AutoIncrementIdGeneratorThis 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. | 
| class  | SequenceIdGeneratorThis 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.