|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ErrorMapper | |
|---|---|
| org.j2ee.dao | |
| org.j2ee.dao.errors | |
| Uses of ErrorMapper in org.j2ee.dao |
|---|
| Methods in org.j2ee.dao that return ErrorMapper | |
org.j2ee.dao.errors.ErrorMapper |
DAOActionProcessor.getErrorMapper()
Return an ErrorMapper object to translate SQLException or other kind of exception to a common error list code |
org.j2ee.dao.errors.ErrorMapper |
DAOHibernateActionProcessorImpl.getErrorMapper()
Return an ErrorMapper object to translate SQLException or other kind of exception to a common error list code |
org.j2ee.dao.errors.ErrorMapper |
DAOJdbcActionProcessorImpl.getErrorMapper()
Return an ErrorMapper object to translate SQLException or other kind of exception to a common error list code |
| Uses of ErrorMapper in org.j2ee.dao.errors |
|---|
| Classes in org.j2ee.dao.errors that implement ErrorMapper | |
class |
AbstractErrorMapper
This abstrac class is used to convert a database dependant representation of SQL Error Code to a list of known error codes defined into the interface DAOErrorHandler Last modified $Date: 2004/05/18 10:50:14 $ |
class |
DB2ErrorMapper
This is concrete implementation for the class AbstractErrorMapper for DB2 database provide the transalation method betwen DB2 error codes to the DAOErrorHandler error code list Last modified $Date: 2004/05/18 10:50:14 $ |
class |
HSQLErrorMapper
This is concrete implementation for the class AbstractErrorMapper for HSQL database provide the transalation method betwen HSQL error codes to the DAOErrorHandler error code list |
class |
OracleErrorMapper
This is concrete implementation for the class AbstractErrorMapper for Oracle database provide the transalation method betwen Oracle error codes to the DAOErrorHandler error code list Last modified $Date: 2004/05/18 10:50:14 $ |
| Methods in org.j2ee.dao.errors that return ErrorMapper | |
static org.j2ee.dao.errors.ErrorMapper |
ErrorMapperFactory.getErrorMapper(int whichFactory)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||