Uses of Class
org.apache.torque.oid.AbstractIdGenerator
Packages that use AbstractIdGenerator
Package
Description
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.oidModifier and TypeClassDescriptionclassThis 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.classThis generator works with databases that have an sql syntax for getting an id prior to inserting a row into the database.