public class DefaultTypeFactory extends Object
| Constructor and Description |
|---|
DefaultTypeFactory(ServerConfig serverConfig) |
| Modifier and Type | Method and Description |
|---|---|
ScalarType<Boolean> |
createBoolean()
Create the ScalarType for mapping Booleans.
|
ScalarType<Calendar> |
createCalendar()
Create the default ScalarType for java.util.Calendar.
|
ScalarType<Calendar> |
createCalendar(int jdbcType)
Create a ScalarType for java.util.Calendar explicitly specifying the type
to map to.
|
ScalarType<BigInteger> |
createMathBigInteger()
Create a ScalarType for java.math.BigInteger.
|
ScalarType<Date> |
createUtilDate()
Create the default ScalarType for java.util.Date.
|
ScalarType<Date> |
createUtilDate(int utilDateType)
Create a ScalarType for java.util.Date explicitly specifying the type to
map to.
|
public DefaultTypeFactory(ServerConfig serverConfig)
public ScalarType<Boolean> createBoolean()
public ScalarType<Date> createUtilDate()
public ScalarType<Date> createUtilDate(int utilDateType)
public ScalarType<Calendar> createCalendar()
public ScalarType<Calendar> createCalendar(int jdbcType)
public ScalarType<BigInteger> createMathBigInteger()
Copyright © 2014. All Rights Reserved.