Uses of Class
org.apache.torque.TorqueInstance

Packages that use TorqueInstance
org.apache.torque Torque is an object-relational mapper for Java. 
org.apache.torque.avalon Avalon component implementation. 
 

Uses of TorqueInstance in org.apache.torque
 

Methods in org.apache.torque that return TorqueInstance
static TorqueInstance Torque.getInstance()
          Retrieves the single TorqueInstance used by this class.
 

Methods in org.apache.torque with parameters of type TorqueInstance
static void Torque.setInstance(TorqueInstance instance)
          Sets the single TorqueInstance used by this class.
 

Uses of TorqueInstance in org.apache.torque.avalon
 

Subclasses of TorqueInstance in org.apache.torque.avalon
 class TorqueComponent
          Avalon component for Torque.
 



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