Uses of Interface
org.j2ee.dao.DAOErrorHandler

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

Uses of DAOErrorHandler in org.j2ee.dao
 

Methods in org.j2ee.dao with parameters of type DAOErrorHandler
 void AbstractHibernateDAOAction.setErrorHandler(org.j2ee.dao.DAOErrorHandler handler)
          This method allows to the action to set a class which manage application errors such as integrity constraint violated.
 void AbstractJdbcDAOAction.setErrorHandler(org.j2ee.dao.DAOErrorHandler handler)
          This method allows to the action to set a class which manage application errors such as integrity constraint violated.
 void DAOAction.setErrorHandler(org.j2ee.dao.DAOErrorHandler handler)
          This method allows to the action to set a class which manage application errors such as integrity constraint violated.
 void MacroDAOAction.setErrorHandler(org.j2ee.dao.DAOErrorHandler handler)
          This method allows to the action to set a class which manage application errors such as integrity constraint violated.
 

Uses of DAOErrorHandler in org.j2ee.dao.util
 

Classes in org.j2ee.dao.util that implement DAOErrorHandler
 class GenericErrorHandler
          This class is a Generic ErrorHandler setted by default by AbstractHibernateDAOAction and AbstractJdbcDAOAction as Error Handler.
 



Copyright © 2004 DAO Action Patterm. All Rights Reserved.