Class MPJTableFieldInfo
java.lang.Object
com.github.yulichang.extension.mapping.mapper.MPJTableFieldInfo
字段属性
- Since:
- 1.2.0
- Author:
- yulichang
-
Constructor Summary
ConstructorsConstructorDescriptionMPJTableFieldInfo(Class<?> entityType, com.github.yulichang.annotation.EntityMapping mapping, Field field) 初始化关联字段信息MPJTableFieldInfo(Class<?> entityType, com.github.yulichang.annotation.FieldMapping mappingField, Field field) -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> voidbind(MPJTableFieldInfo fieldInfo, T i, List<?> data) voidcom.baomidou.mybatisplus.core.mapper.BaseMapper<?>voidvoidremoveJoinField(List<?> joinList)
-
Constructor Details
-
Method Details
-
getJoinMapper
public com.baomidou.mybatisplus.core.mapper.BaseMapper<?> getJoinMapper() -
fieldSet
-
thisFieldGet
-
joinFieldGet
-
bindFieldGet
-
joinFieldSetNull
-
removeJoinField
-
bind
-