public class ColumnInfo extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
column
数据库列名
|
protected org.apache.ibatis.type.JdbcType |
jdbcType
该列对应的 jdbcType
|
protected String |
maskType |
protected String |
property
java entity 定义的属性名称
|
protected Class<?> |
propertyType
属性类型
|
protected org.apache.ibatis.type.TypeHandler |
typeHandler
自定义 TypeHandler
|
| 构造器和说明 |
|---|
ColumnInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.ibatis.type.TypeHandler |
buildTypeHandler() |
String |
getColumn() |
org.apache.ibatis.type.JdbcType |
getJdbcType() |
String |
getMaskType() |
String |
getProperty() |
Class<?> |
getPropertyType() |
void |
setColumn(String column) |
void |
setJdbcType(org.apache.ibatis.type.JdbcType jdbcType) |
void |
setMaskType(String maskType) |
void |
setProperty(String property) |
void |
setPropertyType(Class<?> propertyType) |
void |
setTypeHandler(org.apache.ibatis.type.TypeHandler typeHandler) |
protected Class<?> propertyType
protected org.apache.ibatis.type.JdbcType jdbcType
protected org.apache.ibatis.type.TypeHandler typeHandler
public ColumnInfo()
public String getProperty()
public void setProperty(String property)
public Class<?> getPropertyType()
public void setPropertyType(Class<?> propertyType)
public org.apache.ibatis.type.JdbcType getJdbcType()
public void setJdbcType(org.apache.ibatis.type.JdbcType jdbcType)
public org.apache.ibatis.type.TypeHandler buildTypeHandler()
public void setTypeHandler(org.apache.ibatis.type.TypeHandler typeHandler)
public String getMaskType()
public void setMaskType(String maskType)
Copyright © 2023. All rights reserved.