|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DAOException | |
---|---|
org.j2ee.dao | |
org.j2ee.dao.util |
Uses of DAOException in org.j2ee.dao |
---|
Subclasses of DAOException in org.j2ee.dao | |
class |
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 $ |
class |
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 $ |
class |
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 $ |
class |
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 $ |
class |
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 $ |
Methods in org.j2ee.dao that throw DAOException | |
void |
AbstractHibernateDAOAction.execute(org.j2ee.dao.DAOActionProcessor processor)
Execute this action using the given processor If there are exception, try to conver it with the Error Mapper and then call to Error Handler of this aciont |
void |
AbstractJdbcDAOAction.execute(org.j2ee.dao.DAOActionProcessor processor)
|
void |
DAOAction.execute(org.j2ee.dao.DAOActionProcessor processor)
This is the mainly method of an action. |
void |
DAOActionProcessor.process(org.j2ee.dao.DAOAction cmd)
|
void |
DAOActionProcessor.getSession()
get/start a DAO Session object to be used for external controled action. |
void |
DAOActionProcessor.beginTransaction()
Start a new DAO transaction. |
void |
DAOActionProcessor.commitTransaction()
commit a started transaction. |
void |
DAOActionProcessor.rollbackTransaction()
rollback a started transaction. |
void |
DAOActionProcessor.closeSession()
close a started session |
void |
DAOErrorHandler.handleError(org.j2ee.dao.DAOAction a,
org.j2ee.dao.DAOActionProcessor p,
java.lang.Throwable e,
int internalErrorCode)
|
void |
DAOHibernateActionProcessorImpl.getSession()
get/start an Hibernate Session object to be used for external controled action. |
void |
DAOHibernateActionProcessorImpl.beginTransaction()
Start a new Hibernate transaction. |
void |
DAOHibernateActionProcessorImpl.commitTransaction()
commit a started transaction. |
void |
DAOHibernateActionProcessorImpl.rollbackTransaction()
rollback a started transaction. |
void |
DAOHibernateActionProcessorImpl.closeSession()
close a started session |
void |
DAOHibernateActionProcessorImpl.process(org.j2ee.dao.DAOAction acmd)
execute a command action. |
void |
DAOJdbcActionProcessorImpl.process(org.j2ee.dao.DAOAction acmd)
|
void |
DAOJdbcActionProcessorImpl.getSession()
get/start a DAO Session object to be used for external controled action. |
void |
DAOJdbcActionProcessorImpl.beginTransaction()
Start a new DAO transaction. |
void |
DAOJdbcActionProcessorImpl.commitTransaction()
commit a started transaction. |
void |
DAOJdbcActionProcessorImpl.rollbackTransaction()
rollback a started transaction. |
void |
DAOJdbcActionProcessorImpl.closeSession()
close a started session |
void |
MacroDAOAction.execute(org.j2ee.dao.DAOActionProcessor processor)
|
Uses of DAOException in org.j2ee.dao.util |
---|
Methods in org.j2ee.dao.util that throw DAOException | |
void |
GenericErrorHandler.noDataFound(org.j2ee.dao.DAOAction d,
org.j2ee.dao.DAOActionProcessor p,
java.lang.Throwable e)
raised when Hibernate or Toplink methed Load fail (Not Applicable for JDBC) |
void |
GenericErrorHandler.parentKeyNotFound(org.j2ee.dao.DAOAction d,
org.j2ee.dao.DAOActionProcessor p,
java.lang.Throwable e)
raised when the parent key not found |
void |
GenericErrorHandler.checkConstraintFailed(org.j2ee.dao.DAOAction d,
org.j2ee.dao.DAOActionProcessor p,
java.lang.Throwable e)
raised when some check constraint fail |
void |
GenericErrorHandler.uniqueConstraintFailed(org.j2ee.dao.DAOAction d,
org.j2ee.dao.DAOActionProcessor p,
java.lang.Throwable e)
raised when some unique constraint fail |
void |
GenericErrorHandler.restrictUpdateDelete(org.j2ee.dao.DAOAction d,
org.j2ee.dao.DAOActionProcessor p,
java.lang.Throwable e)
raised when you try to delete or update and the foreign key fail. |
void |
GenericErrorHandler.handleError(org.j2ee.dao.DAOAction d,
org.j2ee.dao.DAOActionProcessor p,
java.lang.Throwable e,
int internalErrorCode)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |