public class TableFieldMeta extends FieldMeta
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
el
属性表达式#{property}, 可以指定jdbcType, typeHandler等
|
protected String |
insert
字段填充策略
|
protected boolean |
notLarge
是否非大字段查询
大字段可设置为 false 不加入 select 查询范围
|
protected String |
numericScale
numericScale
|
protected Class<? extends org.apache.ibatis.type.TypeHandler<?>> |
typeHandler
类型处理器
|
protected String |
update
字段 update set 部分注入
|
column, property, propertyType| 构造器和说明 |
|---|
TableFieldMeta(Field field,
TableField tableField)
全新的 存在 TableField 注解时使用的构造函数
|
protected String el
protected Class<? extends org.apache.ibatis.type.TypeHandler<?>> typeHandler
protected String numericScale
protected boolean notLarge
大字段可设置为 false 不加入 select 查询范围
protected String update
protected String insert
public TableFieldMeta(Field field, TableField tableField)
Copyright © 2021. All rights reserved.