public abstract class FieldMeta extends Object implements Comparable<FieldMeta>
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
column
字段名
|
protected String |
el
属性表达式#{property}, 可以指定jdbcType, typeHandler等
|
protected String |
property
属性名
|
protected Class<?> |
propertyType
属性类型
|
protected Class<? extends org.apache.ibatis.type.TypeHandler<?>> |
typeHandler
类型处理器
|
protected final String column
protected final String property
protected final Class<?> propertyType
protected Class<? extends org.apache.ibatis.type.TypeHandler<?>> typeHandler
protected String el
public void setJdbcType(org.apache.ibatis.type.JdbcType jdbcType)
protected String el()
public boolean isNotLarge()
public int compareTo(FieldMeta o)
compareTo 在接口中 Comparable<FieldMeta>Copyright © 2022. All rights reserved.