EmptyWrapper<T> |
EmptyWrapper.and(boolean condition) |
EmptyWrapper<T> |
EmptyWrapper.and(boolean condition,
java.util.function.Consumer<Wrapper<T,? super EmptyWrapper<T>,String>> consumer) |
<V> EmptyWrapper<T> |
EmptyWrapper.between(boolean condition,
String s,
V start,
V end) |
static <T> EmptyWrapper<T> |
Wrappers.emptyWrapper() |
static <T> EmptyWrapper<T> |
Wrappers.emptyWrapper(Class<T> entityClass) |
EmptyWrapper<T> |
EmptyWrapper.eq(boolean condition,
String s,
Object value) |
<M,F extends Wrapper<M,F,C>,C> EmptyWrapper<T> |
EmptyWrapper.exists(boolean condition,
String s,
java.util.function.Function<ChildrenQueryWrapper,WrapperQuery<M,F,C>> wrapper) |
EmptyWrapper<T> |
EmptyWrapper.ge(boolean condition,
String s,
Object value) |
EmptyWrapper<T> |
EmptyWrapper.groupBy(boolean condition,
String... strings) |
EmptyWrapper<T> |
EmptyWrapper.gt(boolean condition,
String s,
Object value) |
<F extends Wrapper<T,F,String>> EmptyWrapper<T> |
EmptyWrapper.having(boolean condition,
java.util.function.Consumer<Wrapper<T,F,String>> consumer) |
EmptyWrapper<T> |
EmptyWrapper.in(boolean condition,
String s,
Collection<?> values) |
<M,F extends Wrapper<M,F,C>,C> EmptyWrapper<T> |
EmptyWrapper.in(boolean condition,
String s,
java.util.function.Function<ChildrenQueryWrapper,WrapperQuery<M,F,C>> wrapper) |
EmptyWrapper<T> |
EmptyWrapper.in(boolean condition,
String s,
Object... values) |
EmptyWrapper<T> |
EmptyWrapper.isNotNull(boolean condition,
String... strings) |
EmptyWrapper<T> |
EmptyWrapper.isNull(boolean condition,
String... strings) |
EmptyWrapper<T> |
EmptyWrapper.last(boolean condition,
String sql) |
EmptyWrapper<T> |
EmptyWrapper.le(boolean condition,
String s,
Object value) |
EmptyWrapper<T> |
EmptyWrapper.like(boolean condition,
String s,
Object value) |
EmptyWrapper<T> |
EmptyWrapper.likeLeft(boolean condition,
String s,
Object value) |
EmptyWrapper<T> |
EmptyWrapper.likeRight(boolean condition,
String s,
Object value) |
EmptyWrapper<T> |
EmptyWrapper.lt(boolean condition,
String s,
Object value) |
EmptyWrapper<T> |
EmptyWrapper.ne(boolean condition,
String s,
Object value) |
<M,F extends Wrapper<M,F,C>,C> EmptyWrapper<T> |
EmptyWrapper.notExists(boolean condition,
String s,
java.util.function.Function<ChildrenQueryWrapper,WrapperQuery<M,F,C>> wrapper) |
EmptyWrapper<T> |
EmptyWrapper.notIn(boolean condition,
String s,
Collection<?> values) |
<M,F extends Wrapper<M,F,C>,C> EmptyWrapper<T> |
EmptyWrapper.notIn(boolean condition,
String s,
java.util.function.Function<ChildrenQueryWrapper,WrapperQuery<M,F,C>> wrapper) |
EmptyWrapper<T> |
EmptyWrapper.notIn(boolean condition,
String s,
Object... values) |
EmptyWrapper<T> |
EmptyWrapper.notLike(boolean condition,
String s,
Object value) |
EmptyWrapper<T> |
EmptyWrapper.notLikeLeft(boolean condition,
String s,
Object value) |
EmptyWrapper<T> |
EmptyWrapper.notLikeRight(boolean condition,
String s,
Object value) |
EmptyWrapper<T> |
EmptyWrapper.or(boolean condition) |
EmptyWrapper<T> |
EmptyWrapper.or(boolean condition,
java.util.function.Consumer<Wrapper<T,? super EmptyWrapper<T>,String>> consumer) |
EmptyWrapper<T> |
EmptyWrapper.orderBy(boolean condition,
boolean isAsc,
String... strings) |
EmptyWrapper<T> |
EmptyWrapper.orderByAsc(boolean condition,
String... strings) |
EmptyWrapper<T> |
EmptyWrapper.orderByDesc(boolean condition,
String... strings) |
EmptyWrapper<T> |
EmptyWrapper.select(boolean condition,
boolean distinct,
String... strings) |