| 构造器和说明 |
|---|
SelectLabel(SelectCache cache,
String index,
Class<?> tagClass,
Field tagField) |
SelectLabel(SelectCache cache,
String index,
Class<?> tagClass,
Field tagField,
String column) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlias() |
com.baomidou.mybatisplus.core.toolkit.support.SFunction<?,?>[] |
getArgs() |
Class<?> |
getClazz() |
String |
getColumn() |
Class<?> |
getColumnType() |
String |
getColumProperty() |
BaseFuncEnum |
getFunc() |
com.baomidou.mybatisplus.core.metadata.TableFieldInfo |
getTableFieldInfo() |
String |
getTagColumn() |
org.apache.ibatis.type.TypeHandler<?> |
getTypeHandle() |
boolean |
hasTypeHandle() |
boolean |
isFunc() |
boolean |
isHasAlias() |
boolean |
isLabel() |
boolean |
isPk() |
boolean |
isStr() |
public SelectLabel(SelectCache cache, String index, Class<?> tagClass, Field tagField)
public SelectLabel(SelectCache cache, String index, Class<?> tagClass, Field tagField, String column)
public Class<?> getColumnType()
getColumnType 在接口中 Selectpublic String getTagColumn()
getTagColumn 在接口中 Selectpublic String getColumProperty()
getColumProperty 在接口中 Selectpublic boolean hasTypeHandle()
hasTypeHandle 在接口中 Selectpublic org.apache.ibatis.type.TypeHandler<?> getTypeHandle()
getTypeHandle 在接口中 Selectpublic boolean isHasAlias()
isHasAlias 在接口中 Selectpublic com.baomidou.mybatisplus.core.metadata.TableFieldInfo getTableFieldInfo()
getTableFieldInfo 在接口中 Selectpublic com.baomidou.mybatisplus.core.toolkit.support.SFunction<?,?>[] getArgs()
public BaseFuncEnum getFunc()
Copyright © 2022. All rights reserved.