org.j2ee.dao.errors
Class ErrorMapperFactory
java.lang.Object
|
+--org.j2ee.dao.errors.ErrorMapperFactory
- public class ErrorMapperFactory
- extends java.lang.Object
Factory used to get a concrete ErrorMapper implementation
Last modified $Date: 2004/05/18 10:50:14 $
- Version:
- $Revision: 1.1.1.1 $
- Author:
- mochoa (mochoa@users.sourceforge.net)
- See Also:
ErrorMapper
Method Summary |
static org.j2ee.dao.errors.ErrorMapper |
getErrorMapper(int whichFactory)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ORACLE
public static final int ORACLE
- See Also:
- Constant Field Values
DB2
public static final int DB2
- See Also:
- Constant Field Values
HSQL
public static final int HSQL
- See Also:
- Constant Field Values
ErrorMapperFactory
public ErrorMapperFactory()
getErrorMapper
public static org.j2ee.dao.errors.ErrorMapper getErrorMapper(int whichFactory)
Copyright © 2004 DAO Action Patterm. All Rights Reserved.