| Package | Description |
|---|---|
| org.pinus4j.api.query.impl |
| Modifier and Type | Field and Description |
|---|---|
private QueryOpt |
Condition.opt
条件枚举.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) QueryOpt |
Condition.getOpt() |
static QueryOpt |
QueryOpt.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryOpt[] |
QueryOpt.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
Condition.setOpt(QueryOpt opt) |
| Constructor and Description |
|---|
Condition(String field,
Object value,
QueryOpt opt,
Class<?> clazz)
构造方法.
|
Condition(String field,
QueryOpt opt,
Class<?> clazz)
构造方法.null or not null
|
Copyright © 2015. All rights reserved.