mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
优化
This commit is contained in:
parent
fd6de6f50b
commit
f09e0492fb
@ -28,7 +28,10 @@ import static com.baomidou.mybatisplus.core.enums.WrapperKeyword.APPLY;
|
||||
import static java.util.stream.Collectors.joining;
|
||||
|
||||
/**
|
||||
* 查询条件封装
|
||||
* copy {@link com.baomidou.mybatisplus.core.conditions.AbstractWrapper}
|
||||
*
|
||||
* @author yulichang
|
||||
*/
|
||||
@SuppressWarnings({"serial", "unchecked"})
|
||||
public abstract class MPJAbstractWrapper<T, Children extends MPJAbstractWrapper<T, Children>> extends Wrapper<T>
|
||||
|
@ -1,9 +1,8 @@
|
||||
package com.github.yulichang.wrapper;
|
||||
|
||||
/**
|
||||
* copy {@link com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper}
|
||||
* <p>
|
||||
* 名字太长 变更为MPJLambdaWrapper
|
||||
* {@link MPJLambdaWrapper}
|
||||
* 推荐 使用 Wrappers.<>lambdaJoin(); 构造器
|
||||
*
|
||||
* @author yulichang
|
||||
|
Loading…
x
Reference in New Issue
Block a user