Package org.apache.torque.om

API for the classic Torque-generated object model.

See:
          Description

Interface Summary
Persistent This interface defines methods related to saving an object
 

Class Summary
BaseObject This class contains attributes and methods that are used by all business objects within the system.
ComboKey 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).
DateKey This class can be used as an ObjectKey to uniquely identify an object within an application where the id is a Date.
NumberKey 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.
ObjectKey This class can be used to uniquely identify an object within an application.
SimpleKey This empty class marks an ObjectKey as being capable of being represented as a single column in a database.
StringKey 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.
 

Package org.apache.torque.om Description

API for the classic Torque-generated object model.



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.