|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TorqueInstance | |
org.apache.torque | |
org.apache.torque.avalon | Avalon component implementation. |
Uses of TorqueInstance in org.apache.torque |
Fields in org.apache.torque declared as TorqueInstance | |
private static TorqueInstance |
Torque.torqueSingleton
The single instance of TorqueInstance used by the
static API presented by this class. |
Methods in org.apache.torque that return TorqueInstance | |
static TorqueInstance |
Torque.getInstance()
Retrieves the single TorqueInstance
used by this class. |
Uses of TorqueInstance in org.apache.torque.avalon |
Fields in org.apache.torque.avalon declared as TorqueInstance | |
private TorqueInstance |
TorqueComponent.torqueInstance
The instance of Torque used by this component. |
Methods in org.apache.torque.avalon that return TorqueInstance | |
private TorqueInstance |
TorqueComponent.getTorque()
|
Constructors in org.apache.torque.avalon with parameters of type TorqueInstance | |
TorqueComponent(TorqueInstance torqueInstance)
Creates a new instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |