org.jwaf.persist
Class CastorDelegate

java.lang.Object
  |
  +--org.jwaf.persist.CastorDelegate

public class CastorDelegate
extends java.lang.Object

The delegate class for providing services related to Exolab Castor persistence engine


Constructor Summary
CastorDelegate()
          Basic constructor
 
Method Summary
 org.exolab.castor.jdo.Database getDatabase()
          Returns the Castor database object for any direct access
 void loadConfiguration()
          Load the XML mapping and database file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CastorDelegate

public CastorDelegate()
Basic constructor
Method Detail

loadConfiguration

public void loadConfiguration()
Load the XML mapping and database file

getDatabase

public org.exolab.castor.jdo.Database getDatabase()
Returns the Castor database object for any direct access
Returns:
Castor database object