public class TypeFactory extends Object
| Constructor and Description |
|---|
TypeFactory() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getSqlType(Class<?> javaType,
TemporalType temporal,
EnumType enumType,
boolean isLob)
Returns the SQL type of the java type
|
public static int getSqlType(Class<?> javaType, TemporalType temporal, EnumType enumType, boolean isLob)
javaType - the java typetemporal - temporal type of the typeenumType - enum type of the typeisLob - if is a lob typeCopyright © 2012 Batoo Software & Consultancy. All Rights Reserved.