Package org.apache.torque.manager
Class TestManager
- All Implemented Interfaces:
Serializable
Test the manager implementation
- See Also:
-
Field Summary
Fields inherited from class org.apache.torque.manager.AbstractBaseManager
cache, groupCache, log, mrCache -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TestPersistentretrieveStoredOM(ObjectKey<?> id) protected List<TestPersistent> retrieveStoredOMs(List<? extends ObjectKey<?>> ids) Methods inherited from class org.apache.torque.manager.AbstractBaseManager
addCacheListenerImpl, addValidField, cacheGet, clearImpl, dispose, getClassName, getMethodResultCache, getOMClass, getOMInstance, getOMInstance, getOMInstance, getOMs, getOMs, getOMs, getRegion, notifyListeners, putInstanceImpl, putInstanceImpl, registerAsListener, removeInstanceImpl, setClassName, setOMClass, setRegion
-
Constructor Details
-
TestManager
public TestManager()
-
-
Method Details
-
retrieveStoredOM
- Specified by:
retrieveStoredOMin classAbstractBaseManager<TestPersistent>- Throws:
TorqueException
-
retrieveStoredOMs
protected List<TestPersistent> retrieveStoredOMs(List<? extends ObjectKey<?>> ids) throws TorqueException - Specified by:
retrieveStoredOMsin classAbstractBaseManager<TestPersistent>- Throws:
TorqueException
-