public class CustomMyBatisTypeHandlerConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Class<?> |
javaTypeClass |
protected org.apache.ibatis.type.JdbcType |
jdbcType |
protected Class<?> |
typeHandlerClass |
| Constructor and Description |
|---|
CustomMyBatisTypeHandlerConfig(Class<?> javaTypeClass,
org.apache.ibatis.type.JdbcType jdbcType,
Class<?> typeHandlerClass) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getJavaTypeClass() |
org.apache.ibatis.type.JdbcType |
getJdbcType() |
Class<?> |
getTypeHandlerClass() |
void |
setJavaTypeClass(Class<?> javaTypeClass) |
void |
setJdbcType(org.apache.ibatis.type.JdbcType jdbcType) |
void |
setTypeHandlerClass(Class<?> typeHandlerClass) |
protected Class<?> javaTypeClass
protected org.apache.ibatis.type.JdbcType jdbcType
protected Class<?> typeHandlerClass
public Class<?> getJavaTypeClass()
public void setJavaTypeClass(Class<?> javaTypeClass)
public org.apache.ibatis.type.JdbcType getJdbcType()
public void setJdbcType(org.apache.ibatis.type.JdbcType jdbcType)
public Class<?> getTypeHandlerClass()
public void setTypeHandlerClass(Class<?> typeHandlerClass)
Copyright © 2017 Flowable. All rights reserved.