Uses of Interface
org.apache.torque.om.Persistent

Packages that use Persistent
org.apache.torque Torque is an object-relational mapper for Java. 
org.apache.torque.avalon Avalon component implementation. 
org.apache.torque.manager A manager/factory API for use with Torque-generated data beans. 
 

Uses of Persistent in org.apache.torque
 

Methods in org.apache.torque with type parameters of type Persistent
static
<T extends AbstractBaseManager<? extends Persistent>>
T
Torque.getManager(String name)
          This method returns a Manager for the given name.
<T extends AbstractBaseManager<? extends Persistent>>
T
TorqueInstance.getManager(String name)
          This method returns a Manager for the given name.
static
<T extends AbstractBaseManager<? extends Persistent>>
T
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.
<T extends AbstractBaseManager<? extends Persistent>>
T
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.
 

Uses of Persistent in org.apache.torque.avalon
 

Methods in org.apache.torque.avalon with type parameters of type Persistent
<T extends AbstractBaseManager<? extends Persistent>>
T
Torque.getManager(String name)
          This method returns a Manager for the given name.
<T extends AbstractBaseManager<? extends Persistent>>
T
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 Persistent in org.apache.torque.manager
 

Classes in org.apache.torque.manager with type parameters of type Persistent
 class AbstractBaseManager<T extends Persistent>
          This class contains common functionality of a Manager for instantiating OM's.
 interface CacheListener<T extends Persistent>
          Listener for cache events
 

Methods in org.apache.torque.manager with type parameters of type Persistent
protected
<TT extends Persistent>
void
AbstractBaseManager.notifyListeners(List<WeakReference<CacheListener<TT>>> listeners, TT oldOm, TT om)
           
 

Method parameters in org.apache.torque.manager with type arguments of type Persistent
 void AbstractBaseManager.addCacheListenerImpl(CacheListener<? extends Persistent> listener)
           
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.