|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enableit.db.DBPersistenceManager
Implements a Persistence Manager whose persistent store is the Database managed by this library. Similar concept to JDO.
Field Summary | |
static java.lang.String |
ABOUT
Deprecated. CVS info about this class and its current version |
Constructor Summary | |
DBPersistenceManager()
Deprecated. Default Constructor |
Method Summary | |
java.util.Hashtable |
load(java.lang.String domain,
java.util.Hashtable keys)
Deprecated. Loads the state of the object received, keyed by the domain and keys table |
void |
store(java.lang.String domain,
java.util.Hashtable keys,
java.lang.Object obj)
Deprecated. Stores the state of the object received, keyed by the domain and keys table |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String ABOUT
Constructor Detail |
public DBPersistenceManager()
Method Detail |
public void store(java.lang.String domain, java.util.Hashtable keys, java.lang.Object obj)
public java.util.Hashtable load(java.lang.String domain, java.util.Hashtable keys)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |