public final class JDBCTypeMapping extends Object
Constructor and Description |
---|
JDBCTypeMapping() |
Modifier and Type | Method and Description |
---|---|
Integer |
get(Class<?> clazz) |
Class<?> |
get(int sqlType,
int total,
int decimal) |
void |
register(int sqlType,
Class<?> javaType) |
void |
registerNumeric(int total,
int decimal,
Class<?> javaType) |
Copyright © 2007–2016. All rights reserved.