Class AptQueryWrapper<T>

java.lang.Object
com.baomidou.mybatisplus.core.conditions.Wrapper<T>
All Implemented Interfaces:
com.baomidou.mybatisplus.core.conditions.interfaces.Nested<AptQueryWrapper<T>,AptQueryWrapper<T>>, com.baomidou.mybatisplus.core.conditions.ISqlSegment, Compare<AptQueryWrapper<T>>, CompareIfExists<AptQueryWrapper<T>>, Func<AptQueryWrapper<T>>, FuncLambda<AptQueryWrapper<T>>, OnCompare<AptQueryWrapper<T>>, Query<AptQueryWrapper<T>>, QueryJoin<AptQueryWrapper<T>,T>, QueryLabel<AptQueryWrapper<T>>, MPJBaseJoin<T>, StringJoin<AptQueryWrapper<T>,T>, Chain<T>, CompareStr<AptQueryWrapper<T>,String>, CompareStrIfExists<AptQueryWrapper<T>,String>, FuncStr<AptQueryWrapper<T>,String>, Join<AptQueryWrapper<T>>, SelectWrapper<T,AptQueryWrapper<T>>, Serializable

public class AptQueryWrapper<T> extends AptAbstractWrapper<T,AptQueryWrapper<T>> implements Query<AptQueryWrapper<T>>, QueryLabel<AptQueryWrapper<T>>, Chain<T>, SelectWrapper<T,AptQueryWrapper<T>>
Lambda 语法使用 Wrapper
Since:
1.5.0
Author:
yulichang
See Also: