comtordao2
Class TestDao

java.lang.Object
  extended by net.comtor.dao.AbstractComtorDao
      extended by net.comtor.dao.ComtorJDBCDao
          extended by net.comtor.dao.ComtorJDBCDataSourceDao
              extended by comtordao2.TestDao
All Implemented Interfaces:
ComtorDao

public class TestDao
extends ComtorJDBCDataSourceDao


Constructor Summary
TestDao()
           
 
Method Summary
 
Methods inherited from class net.comtor.dao.ComtorJDBCDataSourceDao
initConnection
 
Methods inherited from class net.comtor.dao.ComtorJDBCDao
close, deleteElement, execute, executeQuery, executeQuery, finalize, findElement, getFindQuery, getInsertQuery, getJdbcConnection, getNextId, insertElement, safeClose, setJdbcConnection, updateElement
 
Methods inherited from class net.comtor.dao.AbstractComtorDao
deleteElement, updateElement
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDao

public TestDao()
        throws ComtorDaoException
Throws:
ComtorDaoException