Uses of Class
org.apache.torque.manager.AbstractBaseManager

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

Uses of AbstractBaseManager in org.apache.torque
 

Methods in org.apache.torque that return AbstractBaseManager
static AbstractBaseManager Torque.getManager(java.lang.String name)
          This method returns a Manager for the given name.
 AbstractBaseManager TorqueInstance.getManager(java.lang.String name)
          This method returns a Manager for the given name.
static AbstractBaseManager Torque.getManager(java.lang.String name, java.lang.String defaultClassName)
          This methods returns either the Manager from the configuration file, or the default one provided by the generated code.
 AbstractBaseManager TorqueInstance.getManager(java.lang.String name, java.lang.String defaultClassName)
          This methods returns either the Manager from the configuration file, or the default one provided by the generated code.
 

Uses of AbstractBaseManager in org.apache.torque.avalon
 

Methods in org.apache.torque.avalon that return AbstractBaseManager
 AbstractBaseManager Torque.getManager(java.lang.String name)
          This method returns a Manager for the given name.
 AbstractBaseManager Torque.getManager(java.lang.String name, java.lang.String defaultClassName)
          This methods returns either the Manager from the configuration file, or the default one provided by the generated code.
 



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