public class TypesHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,String[]> |
typesMap |
Constructor and Description |
---|
TypesHandler(URL typesConfig)
Creates new TypesHandler loading configuration info from the XML file
specified as
typesConfigPath parameter. |
Modifier and Type | Method and Description |
---|---|
String[] |
externalTypesForJdbcType(int type) |
static TypesHandler |
getHandler(URL typesConfig) |
public TypesHandler(URL typesConfig)
typesConfigPath
parameter.public static TypesHandler getHandler(URL typesConfig)
public String[] externalTypesForJdbcType(int type)
Copyright © 2001–2023 Apache Cayenne. All rights reserved.