Uses of Class
org.apache.torque.oid.AbstractIdGenerator
-
Packages that use AbstractIdGenerator 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". -
-
Uses of AbstractIdGenerator in org.apache.torque.oid
Subclasses of AbstractIdGenerator in org.apache.torque.oid Modifier and Type Class Description 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.
-