Package | Description |
---|---|
org.voovan.tools.collection |
Modifier and Type | Method and Description |
---|---|
static CollectionSearch.Operate |
CollectionSearch.Operate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionSearch.Operate[] |
CollectionSearch.Operate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CollectionSearch |
CollectionSearch.addCondition(String field,
CollectionSearch.Operate operate,
Object value)
增加一个筛选条件
|
CollectionSearch |
CollectionSearch.addCondition(String field,
CollectionSearch.Operate operate,
Object value,
boolean valNotNull)
增加一个筛选条件
|
Copyright © 2020 Voovan. All rights reserved.