|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DAOActionProcessor | |
---|---|
org.j2ee.dao | |
org.j2ee.dao.util |
Uses of DAOActionProcessor in org.j2ee.dao |
---|
Classes in org.j2ee.dao that implement DAOActionProcessor | |
class |
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 $ |
class |
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 $ |
Methods in org.j2ee.dao that return DAOActionProcessor | |
abstract org.j2ee.dao.DAOActionProcessor |
DAOFactory.getProcessor()
|
abstract org.j2ee.dao.DAOActionProcessor |
DAOFactory.getProcessor(java.lang.String processor_name)
|
org.j2ee.dao.DAOActionProcessor |
DefaultDAOFactoryImpl.getProcessor()
Get or Create a default DAO processor (processor.class entry on daofactory.properties) |
org.j2ee.dao.DAOActionProcessor |
DefaultDAOFactoryImpl.getProcessor(java.lang.String processorKey)
Get or create a named processor |
Methods in org.j2ee.dao with parameters of type DAOActionProcessor | |
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 |
DAOErrorHandler.handleError(org.j2ee.dao.DAOAction a,
org.j2ee.dao.DAOActionProcessor p,
java.lang.Throwable e,
int internalErrorCode)
|
void |
MacroDAOAction.execute(org.j2ee.dao.DAOActionProcessor processor)
|
Uses of DAOActionProcessor in org.j2ee.dao.util |
---|
Methods in org.j2ee.dao.util with parameters of type DAOActionProcessor | |
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 |