Uses of Package
org.j2ee.dao

Packages that use org.j2ee.dao
org.j2ee.dao   
org.j2ee.dao.util   
 

Classes in org.j2ee.dao used by org.j2ee.dao
DAOAction
          This interface is the common behavior of all actions.
DAOActionProcessor
          
Based on an example of book Code Notes for J2EE, Edited by GREGORY BRILL, e-ISBN 0-679-64727-9
Last modified $Date: 2004/05/18 10:50:12 $
DAOErrorHandler
          List of error code that the application can manage.
DAOException
          
Based on an example of book Code Notes for J2EE, Edited by GREGORY BRILL, e-ISBN 0-679-64727-9
Last modified $Date: 2004/05/18 10:50:12 $
DAOFactory
          Initial Factory for the DAO Pattern It will locate daofactory.properties file in four differente way: First: Test for the system propertie: org.j2ee.dao.factory and try to open it as File Usage: java -Dorg.j2ee.dao.factory=file:/tmp/daofactory.properties Second: Test for the JNDI name: java:comp/env/daoFactoryProperty and try to open it as ResourceBoundle class loader spec Usage (Define it in your ejb-jar.xml): daoFactoryProperty java.lang.String my.pkg.daofactory Third: Test in the root classpath and try to load it using Resource Boundle semantic Usage: put daofactory.properties in the root classpath of your .jar Fourth: Test in the DAO classpath (org.j2ee.dao) and try to load it using Resource Boundle semantic Usage: put daofactory.properties in org/j2ee/dao directory of your .jar Based on an example of book Code Notes for J2EE, Edited by GREGORY BRILL, e-ISBN 0-679-64727-9 Last modified $Date: 2004/05/18 10:50:12 $
HibernateDAOAction
          Base interface of real actions.
JdbcDAOAction
          Base interface of real actions.
 

Classes in org.j2ee.dao used by org.j2ee.dao.util
AbstractHibernateDAOAction
          
Based on an example of book Code Notes for J2EE, Edited by GREGORY BRILL, e-ISBN 0-679-64727-9
Last modified $Date: 2004/05/18 10:50:12 $
AbstractJdbcDAOAction
          
Based on an example of book Code Notes for J2EE, Edited by GREGORY BRILL, e-ISBN 0-679-64727-9
Last modified $Date: 2004/05/18 10:50:12 $
DAOAction
          This interface is the common behavior of all actions.
DAOActionProcessor
          
Based on an example of book Code Notes for J2EE, Edited by GREGORY BRILL, e-ISBN 0-679-64727-9
Last modified $Date: 2004/05/18 10:50:12 $
DAOErrorHandler
          List of error code that the application can manage.
DAOException
          
Based on an example of book Code Notes for J2EE, Edited by GREGORY BRILL, e-ISBN 0-679-64727-9
Last modified $Date: 2004/05/18 10:50:12 $
HibernateDAOAction
          Base interface of real actions.
JdbcDAOAction
          Base interface of real actions.
 



Copyright © 2004 DAO Action Patterm. All Rights Reserved.