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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTypesHandler
(URL typesConfig) Creates new TypesHandler loading configuration info from the XML file specified astypesConfigPath
parameter. -
Method Summary
Modifier and TypeMethodDescriptionString[]
externalTypesForJdbcType
(int type) static TypesHandler
getHandler
(URL typesConfig)
-
Field Details
-
typesMap
-
-
Constructor Details
-
TypesHandler
Creates new TypesHandler loading configuration info from the XML file specified astypesConfigPath
parameter.- Since:
- 1.1
-
-
Method Details
-
getHandler
- Since:
- 1.1
-
externalTypesForJdbcType
-