Uses of Class
org.apache.torque.manager.AbstractBaseManager
-
Packages that use AbstractBaseManager Package Description 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 with type parameters of type AbstractBaseManager Modifier and Type Method Description static <T extends AbstractBaseManager<? extends Persistent>>
TTorque. getManager(String name)
This method returns a Manager for the given name.static <T extends AbstractBaseManager<? extends Persistent>>
TTorque. getManager(String name, String defaultClassName)
This methods returns either the Manager from the configuration file, or the default one provided by the generated code.<T extends AbstractBaseManager<? extends Persistent>>
TTorqueInstance. getManager(String name)
This method returns a Manager for the given name.<T extends AbstractBaseManager<? extends Persistent>>
TTorqueInstance. 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 with type parameters of type AbstractBaseManager Modifier and Type Method Description <T extends AbstractBaseManager<? extends Persistent>>
TTorque. getManager(String name)
This method returns a Manager for the given name.<T extends AbstractBaseManager<? extends Persistent>>
TTorque. getManager(String name, String defaultClassName)
This methods returns either the Manager from the configuration file, or the default one provided by the generated code.
-