Uses of Class
com.github.yulichang.extension.mapping.config.DeepConfig
Packages that use DeepConfig
Package
Description
-
Uses of DeepConfig in com.github.yulichang.extension.mapping.base
Methods in com.github.yulichang.extension.mapping.base with parameters of type DeepConfigModifier and TypeMethodDescriptiondefault <R> TMPJDeepService.getByIdDeep(Serializable id, DeepConfig<T> config) 针对可变参数堆污染提供的重载 list为null或空,会查询全部映射关系default <R> TMPJDeepService.getOneDeep(com.baomidou.mybatisplus.core.conditions.Wrapper<T> queryWrapper, DeepConfig<T> config) 针对可变参数堆污染提供的重载 list为null或空,会查询全部映射关系default <R,M extends com.baomidou.mybatisplus.core.mapper.BaseMapper<T>>
RMPJRelationService.getRelation(Function<M, R> function, DeepConfig<T> config) 通过注解实现单表多次查询MPJDeepService.listByIdsDeep(Collection<? extends Serializable> idList, DeepConfig<T> config) 针对可变参数堆污染提供的重载 list为null或空,会查询全部映射关系MPJDeepService.listByMapDeep(Map<String, Object> columnMap, DeepConfig<T> config) 针对可变参数堆污染提供的重载 list为null或空,会查询全部映射关系MPJDeepService.listDeep(com.baomidou.mybatisplus.core.conditions.Wrapper<T> queryWrapper, DeepConfig<T> config) 针对可变参数堆污染提供的重载 list为null或空,会查询全部映射关系default <R,E extends com.baomidou.mybatisplus.core.metadata.IPage<T>>
EMPJDeepService.pageDeep(E page, com.baomidou.mybatisplus.core.conditions.Wrapper<T> queryWrapper, DeepConfig<T> config) 针对可变参数堆污染提供的重载 list为null或空,会查询全部映射关系 -
Uses of DeepConfig in com.github.yulichang.extension.mapping.config
Methods in com.github.yulichang.extension.mapping.config that return DeepConfigModifier and TypeMethodDescriptionDeepConfig.Builder.build()static <T> DeepConfig<T>DeepConfig.defaultConfig() -
Uses of DeepConfig in com.github.yulichang.extension.mapping.relation
Methods in com.github.yulichang.extension.mapping.relation with parameters of type DeepConfigModifier and TypeMethodDescriptionstatic <T> List<T>Relation.list(List<T> data, int currDeep, DeepConfig<T> config) static <R,T, E> void Relation.mpjBindData(R t, MPJTableFieldInfo fieldInfo, List<?> joinList, int currDeep, DeepConfig<T> config) static <R,T> R Relation.mpjGetRelation(R r, DeepConfig<T> config) 通过注解实现单表多次查询static <T> TRelation.one(T t, int currDeep, DeepConfig<T> config) 查询映射关系
对结果进行二次查询
可以自行查询然后在通过此方法进行二次查询
list为null或空,会查询全部映射关系