Package org.apache.cayenne.dba
Class TypesHandler
java.lang.Object
org.apache.cayenne.dba.TypesHandler
TypesHandler provides JDBC-RDBMS types mapping. Loads types info from an XML
 file.
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionTypesHandler(URL typesConfig) Creates new TypesHandler loading configuration info from the XML file specified astypesConfigPathparameter.
- 
Method SummaryModifier and TypeMethodDescriptionString[]externalTypesForJdbcType(int type) static TypesHandlergetHandler(URL typesConfig) 
- 
Field Details- 
typesMap
 
- 
- 
Constructor Details- 
TypesHandlerCreates new TypesHandler loading configuration info from the XML file specified astypesConfigPathparameter.- Since:
- 1.1
 
 
- 
- 
Method Details- 
getHandler- Since:
- 1.1
 
- 
externalTypesForJdbcType
 
-