Package org.apache.torque.oid

Interface Summary
IdGenerator Interface to be implemented by id generators.
 

Class Summary
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 IdGenerator implementations.
SequenceIdGenerator This generator works with databases that have an sql syntax for getting an id prior to inserting a row into the database.
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.