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