org.enableit.db
Class DBPersistenceManager

java.lang.Object
  |
  +--org.enableit.db.DBPersistenceManager

Deprecated. Experimental class now evolved into the ShapeShifter classes in package org.enableit.db.ss

public class DBPersistenceManager
extends java.lang.Object

Implements a Persistence Manager whose persistent store is the Database managed by this library. Similar concept to JDO.

Version:
__VERSION__
Author:
__AUTHOR__

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

ABOUT

public static final java.lang.String ABOUT
Deprecated. 
CVS info about this class and its current version

See Also:
Constant Field Values
Constructor Detail

DBPersistenceManager

public DBPersistenceManager()
Deprecated. 
Default Constructor

Method Detail

store

public 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


load

public 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



Copyright © 1999-2004 enableIT.org. All Rights Reserved.