|
||||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
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. |
HibernateDAOAction | Base interface of real actions. |
JdbcDAOAction | Base interface of real actions. |
Class Summary | |
---|---|
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 $ |
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):
|
DAOHibernateActionProcessorImpl | 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 $ |
DAOJdbcActionProcessorImpl | 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:13 $ |
DefaultDAOFactoryImpl | 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:13 $ |
MacroDAOAction | Last modified $Date: 2004/05/18 10:50:13 $ |
Exception Summary | |
---|---|
DAOCheckConstraintFailedException | 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 $ |
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 $ |
DAONoDataFoundException | 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:13 $ |
DAOParentKeyNotFoundException | 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:13 $ |
DAORestrictUpdateFailedException | 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:13 $ |
DAOUniqueConstraintFailedException | 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:13 $ |
|
||||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |