|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
Torque.getManager(String name)
This method returns a Manager for the given name. |
|
|
TorqueInstance.getManager(String name)
This method returns a Manager for the given name. |
|
static
|
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. |
|
|
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 | ||
---|---|---|
|
Torque.getManager(String name)
This method returns a Manager for the given name. |
|
|
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
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |