所有方法 静态方法 实例方法 具体方法
| 限定符和类型 |
方法和说明 |
Condition |
and(String property,
Condition condition) |
Condition |
between(String property,
Object lo,
Object hi) |
static Condition |
build() |
Condition |
elike(String property,
Object value) |
Condition |
eq(String property,
Object value) |
org.springframework.data.mongodb.core.query.Query |
getQuery() |
Condition |
gt(String property,
Object value) |
Condition |
gte(String property,
Object value) |
Condition |
in(String property,
Collection<?> values) |
Condition |
like(String property,
Object value) |
Condition |
lt(String property,
Object value) |
Condition |
lte(String property,
Object value) |
Condition |
ne(String property,
Object value) |
Condition |
notIn(String property,
Collection<?> values) |
Condition |
or(String property,
Condition condition) |
Condition |
slike(String property,
Object value) |