public interface Jdbc2JavaTypeMapper
Modifier and Type | Method and Description |
---|---|
void |
add(DbType type,
String java) |
String |
getJavaByJdbcType(DbAttribute attribute,
int type) |
int |
getJdbcTypeByJava(DbAttribute attribute,
String className) |
String getJavaByJdbcType(DbAttribute attribute, int type)
int getJdbcTypeByJava(DbAttribute attribute, String className)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.