org.apache.cayenne.dba
Class TypesHandler
java.lang.Object
   org.apache.cayenne.dba.TypesHandler
org.apache.cayenne.dba.TypesHandler
- public class TypesHandler 
- extends Object
TypesHandler provides JDBC-RDBMS types mapping. Loads types info from 
 an XML file.
 
| Constructor Summary | 
| TypesHandler(URL typesConfig)Creates new TypesHandler loading configuration info from the XML
 file specified as
 typesConfigPathparameter. | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
typesMap
protected Map<Integer,String[]> typesMap
TypesHandler
public TypesHandler(URL typesConfig)
- Creates new TypesHandler loading configuration info from the XML
 file specified as typesConfigPathparameter.
 
- Since:
- 1.1
 
getHandler
public static TypesHandler getHandler(URL typesConfig)
- 
- Since:
- 1.1
 
externalTypesForJdbcType
public String[] externalTypesForJdbcType(int type)
- 
 
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.