net.sf.infrared.web.persistence
Class PerfPersistFactory
java.lang.Object
net.sf.infrared.web.persistence.PerfPersistFactory
- public class PerfPersistFactory
- extends Object
The class returns the configured PersistenceProvider implementation.
The configuration is specified in the web properties.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_FILE_PERSIST
public static final int _FILE_PERSIST
- See Also:
- Constant Field Values
_DB_PERSIST
public static final int _DB_PERSIST
- See Also:
- Constant Field Values
PerfPersistFactory
public PerfPersistFactory()
getPersistor
public static PersistenceProvider getPersistor()
- Returns:
- a
PersistenceProvider implementation based on the value
of net.sf.infrared.persistence specified in infrared.web.properties.
reset
public static void reset()