| 程序包 | 说明 |
|---|---|
| me.wuwenbin.modules.repository.provider.find.support |
| 限定符和类型 | 方法和说明 |
|---|---|
Constraint |
Condition.getConstraint() |
static Constraint |
Constraint.getFromEndsWith(String filedPart)
从字符串尾部判断返回Constraint
|
Constraint |
Constraint.getFromName(String name)
从名字判断返回Constraint
|
static Constraint |
Constraint.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Constraint[] |
Constraint.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Condition |
Condition.build(PreJoin preJoin,
String field,
Object value,
Constraint constraint) |
static Condition |
Condition.build(String field,
Constraint constraint,
Object value) |
void |
Condition.setConstraint(Constraint constraint) |
Copyright © 2018. All rights reserved.