- list(List<T>, int, DeepConfig<T>) - 类 中的静态方法com.github.yulichang.extension.mapping.relation.Relation
-
- listByIdsDeep(Collection<? extends Serializable>) - 接口 中的方法com.github.yulichang.extension.mapping.base.MPJDeepService
-
查询(根据ID 批量查询)
- listByIdsDeep(Collection<? extends Serializable>, Function<DeepConfig.Builder<T>, DeepConfig.Builder<T>>) - 接口 中的方法com.github.yulichang.extension.mapping.base.MPJDeepService
-
查询(根据ID 批量查询)
JDK 默认不推荐泛型数组,会引起 Java堆污染(Heap Pollution)
- listByIdsDeep(Collection<? extends Serializable>, DeepConfig<T>) - 接口 中的方法com.github.yulichang.extension.mapping.base.MPJDeepService
-
针对可变参数堆污染提供的重载
list为null或空,会查询全部映射关系
例: selectBatchIdsDeep(idList, Arrays.asList(User::getId, ... ))
- listByMapDeep(Map<String, Object>) - 接口 中的方法com.github.yulichang.extension.mapping.base.MPJDeepService
-
查询(根据 columnMap 条件)
- listByMapDeep(Map<String, Object>, Function<DeepConfig.Builder<T>, DeepConfig.Builder<T>>) - 接口 中的方法com.github.yulichang.extension.mapping.base.MPJDeepService
-
查询(根据 columnMap 条件)
JDK 默认不推荐泛型数组,会引起 Java堆污染(Heap Pollution)
- listByMapDeep(Map<String, Object>, DeepConfig<T>) - 接口 中的方法com.github.yulichang.extension.mapping.base.MPJDeepService
-
针对可变参数堆污染提供的重载
list为null或空,会查询全部映射关系
例: selectByMapDeep(columnMap, Arrays.asList(User::getId, ... ))
- listDeep(Wrapper<T>) - 接口 中的方法com.github.yulichang.extension.mapping.base.MPJDeepService
-
根据 entity 条件,查询全部记录
- listDeep(Wrapper<T>, Function<DeepConfig.Builder<T>, DeepConfig.Builder<T>>) - 接口 中的方法com.github.yulichang.extension.mapping.base.MPJDeepService
-
根据 entity 条件,查询全部记录
JDK 默认不推荐泛型数组,会引起 Java堆污染(Heap Pollution)
- listDeep(Wrapper<T>, DeepConfig<T>) - 接口 中的方法com.github.yulichang.extension.mapping.base.MPJDeepService
-
针对可变参数堆污染提供的重载
list为null或空,会查询全部映射关系
例: selectListDeep(queryWrapper, Arrays.asList(User::getId, ... ))
- loop(boolean) - 类 中的方法com.github.yulichang.extension.mapping.config.DeepConfig.Builder
-