Uses of Class
com.github.yulichang.extension.mapping.mapper.MPJTableFieldInfo
Packages that use MPJTableFieldInfo
Package
Description
-
Uses of MPJTableFieldInfo in com.github.yulichang.extension.mapping.mapper
Methods in com.github.yulichang.extension.mapping.mapper with parameters of type MPJTableFieldInfoModifier and TypeMethodDescriptionstatic <T> voidMPJTableFieldInfo.bind(MPJTableFieldInfo fieldInfo, T i, List<?> data) -
Uses of MPJTableFieldInfo in com.github.yulichang.extension.mapping.relation
Methods in com.github.yulichang.extension.mapping.relation with parameters of type MPJTableFieldInfoModifier and TypeMethodDescriptionstatic <R,T, E> void Relation.mpjBindData(R t, MPJTableFieldInfo fieldInfo, List<?> joinList, int currDeep, DeepConfig<T> config) -
Uses of MPJTableFieldInfo in com.github.yulichang.extension.mapping.wrapper
Methods in com.github.yulichang.extension.mapping.wrapper with parameters of type MPJTableFieldInfoModifier and TypeMethodDescriptionstatic <T> List<?>MappingQuery.mpjQueryList(com.baomidou.mybatisplus.core.mapper.BaseMapper<T> baseMapper, com.baomidou.mybatisplus.core.enums.SqlKeyword keyword, String column, Object val, MPJTableFieldInfo fieldInfo) 映射 wrapper 构造器 仅对使用映射注解时使用