public class ResultFieldInfo extends Object
| 构造器和说明 |
|---|
ResultFieldInfo(boolean resultMapping,
Class clazz,
Field field,
String mappingColumnName,
Class<? extends org.apache.ibatis.type.TypeHandler<?>> typeHandler,
org.apache.ibatis.type.JdbcType jdbcType) |
ResultFieldInfo(Class clazz,
Field field,
ResultField resultField) |
| 限定符和类型 | 方法和说明 |
|---|---|
Field |
getField() |
FieldInfo |
getFieldInfo() |
org.apache.ibatis.type.JdbcType |
getJdbcType() |
String |
getMappingColumnName() |
Class<? extends org.apache.ibatis.type.TypeHandler<?>> |
getTypeHandler() |
boolean |
isResultMapping() |
public ResultFieldInfo(Class clazz, Field field, ResultField resultField)
public boolean isResultMapping()
public org.apache.ibatis.type.JdbcType getJdbcType()
public Field getField()
public String getMappingColumnName()
public Class<? extends org.apache.ibatis.type.TypeHandler<?>> getTypeHandler()
public FieldInfo getFieldInfo()
Copyright © 2025. All rights reserved.