Uses of Class
org.apache.torque.oid.AbstractIdGenerator

Packages that use AbstractIdGenerator
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". 
 

Uses of AbstractIdGenerator in org.apache.torque.oid
 

Subclasses of AbstractIdGenerator in org.apache.torque.oid
 class 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.
 class 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-2013 The Apache Software Foundation. All Rights Reserved.