|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
AbstractBaseManager |
TorqueInstance.getManager(String name)
This method returns a Manager for the given name. |
static AbstractBaseManager |
Torque.getManager(String name)
This method returns a Manager for the given name. |
AbstractBaseManager |
TorqueInstance.getManager(String name,
String defaultClassName)
This methods returns either the Manager from the configuration file, or the default one provided by the generated code. |
static AbstractBaseManager |
Torque.getManager(String name,
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(String name)
This method returns a Manager for the given name. |
AbstractBaseManager |
Torque.getManager(String name,
String defaultClassName)
This methods returns either the Manager from the configuration file, or the default one provided by the generated code. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |