Uses of Package
org.apache.torque.oid
Packages that use org.apache.torque.oid
Package
Description
Torque is an object-relational mapper for Java.
The ID broker, an API to provide persistent
object identifiers,
as described by Scott Ambler's paper on "Enterprise-Ready Object
IDs".
-
Classes in org.apache.torque.oid used by org.apache.torqueClassDescriptionThis method of ID generation is used to ensure that code is more database independent.Interface to be implemented by id generators.
-
Classes in org.apache.torque.oid used by org.apache.torque.oidClassDescriptionThis class serves as a common base class for the sequence-based and the autoincrement-based id generatorsInterface to be implemented by id generators.