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

Field Summary
static int DB2
           
static int HSQL
           
static int ORACLE
           
 
Constructor Summary
ErrorMapperFactory()
           
 
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
 

Field Detail

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
Constructor Detail

ErrorMapperFactory

public ErrorMapperFactory()
Method Detail

getErrorMapper

public static org.j2ee.dao.errors.ErrorMapper getErrorMapper(int whichFactory)


Copyright © 2004 DAO Action Patterm. All Rights Reserved.