-
-
方法概要
ge(boolean condition,
T other)
gt(boolean condition,
T other)
le(boolean condition,
T other)
lt(boolean condition,
T other)
从接口继承的方法 org.babyfish.jimmer.sql.ast.Expression
asc, count, count, desc, eq, eq, eq, in, in, in, in, isNotNull, isNull, ne, ne, ne, notIn, notIn, notIn, notIn
-
方法详细资料
-
-
-
lt
@Nullable
default @Nullable Predicate lt(boolean condition,
@Nullable
T other)
-
-
-
le
@Nullable
default @Nullable Predicate le(boolean condition,
@Nullable
T other)
-
-
-
gt
@Nullable
default @Nullable Predicate gt(boolean condition,
@Nullable
T other)
-
-
-
ge
@Nullable
default @Nullable Predicate ge(boolean condition,
@Nullable
T other)
-
-
between
@NotNull
@NotNull Predicate between(@NotNull
T min,
@NotNull
T max)
-
between
@Nullable
default @Nullable Predicate between(boolean condition,
@Nullable
T min,
@Nullable
T max)
-
-
notBetween
@NotNull
@NotNull Predicate notBetween(@NotNull
T min,
@NotNull
T max)
-
notBetween
@Nullable
default @Nullable Predicate notBetween(boolean condition,
@Nullable
T min,
@Nullable
T max)
-
-
-