toolbox.dao
Class NoDictDaoManager

Package class diagram package NoDictDaoManager
java.lang.Object
  extended by toolbox.dao.AbstractDaoManager
      extended by toolbox.dao.NoDictDaoManager
All Implemented Interfaces:
DaoManager

public class NoDictDaoManager
extends AbstractDaoManager

DaoManager implementation that does not define a data dictionary. This means that only the "custom" methods of the DaoWorker interface can be used.


Field Summary
 
Fields inherited from class toolbox.dao.AbstractDaoManager
m_statements, m_tableDefs, m_xmlProps
 
Constructor Summary
NoDictDaoManager()
          Default constructor
 
Method Summary
 void init(XMLProperties xmlProps)
          Initialise the manager with XML configuration.
 
Methods inherited from class toolbox.dao.AbstractDaoManager
destroy, freeResources, getConnection, getDaoWorker, getListBuilder, getName, initFinal, initSQL, initStart, newTransactionContext, releaseConnection, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoDictDaoManager

public NoDictDaoManager()
Default constructor

Method Detail

init

public void init(XMLProperties xmlProps)
          throws DaoException
Initialise the manager with XML configuration.

Parameters:
xmlProps - XML configuration.
Throws:
DaoException - if the manager cannot be initialised.