AbstractLambdaWrapper<T> |
AbstractLambdaWrapper.and(AbstractLambdaWrapper<T>... wrappers) |
<R> AbstractLambdaWrapper<T> |
AbstractLambdaWrapper.eq(com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,R> column,
R value) |
<R> AbstractLambdaWrapper<T> |
AbstractLambdaWrapper.ge(com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,R> column,
R value) |
<R> AbstractLambdaWrapper<T> |
AbstractLambdaWrapper.gt(com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,R> column,
R value) |
<R> AbstractLambdaWrapper<T> |
AbstractLambdaWrapper.in(com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,R> column,
R... values) |
<R> AbstractLambdaWrapper<T> |
AbstractLambdaWrapper.le(com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,R> column,
R value) |
<R> AbstractLambdaWrapper<T> |
AbstractLambdaWrapper.like(com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,R> column,
R value) |
<R> AbstractLambdaWrapper<T> |
AbstractLambdaWrapper.lt(com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,R> column,
R value) |
<R> AbstractLambdaWrapper<T> |
AbstractLambdaWrapper.ne(com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,R> column,
R value) |
<R> AbstractLambdaWrapper<T> |
AbstractLambdaWrapper.not_like(com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,R> column,
R value) |
AbstractLambdaWrapper<T> |
AbstractLambdaWrapper.not(AbstractLambdaWrapper<T>... wrappers) |
AbstractLambdaWrapper<T> |
AbstractLambdaWrapper.or(AbstractLambdaWrapper<T>... wrappers) |
<R> AbstractLambdaWrapper<T> |
LambdaSearchWrapper.vector(com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,R> column,
R value) |