org.apache.torque.om |
API for the classic Torque-generated object model.
|
Java Source File Name | Type | Comment |
BaseObject.java | Class | This class contains attributes and methods that are used by all
business objects within the system.
author: Frank Y. |
ComboKey.java | Class | This class can be used as an ObjectKey to uniquely identify an
object within an application where the key consists of multiple
entities (such a String[] representing a multi-column primary key).
author: John McNally author: Daniel Rall author: J. |
ComboKeyTest.java | Class | TestCase for ComboKey
author: J. |
DateKey.java | Class | This class can be used as an ObjectKey to uniquely identify an
object within an application where the id is a Date. |
NumberKey.java | Class | This class can be used as an ObjectKey to uniquely identify an
object within an application where the id consists
of a single entity such a GUID or the value of a db row's primary key. |
NumberKeyTest.java | Class | Currently just tests the equality of NumberKey. |
ObjectKey.java | Class | This class can be used to uniquely identify an object within
an application. |
Persistent.java | Interface | This interface defines methods related to saving an object
author: John D. |
SimpleKey.java | Class | This empty class marks an ObjectKey as being capable of being
represented as a single column in a database.
author: John McNally author: J. |
StringKey.java | Class | This class can be used as an ObjectKey to uniquely identify an
object within an application where the id consists
of a single entity such a GUID or the value of a db row's primary key. |