Package | Description |
---|---|
com.redhat.thermostat.common.storage | |
com.redhat.thermostat.test |
Modifier and Type | Method and Description |
---|---|
static Query.Criteria |
Query.Criteria.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Query.Criteria[] |
Query.Criteria.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<T> MongoQuery |
MongoQuery.where(Key<T> key,
Query.Criteria operator,
T value) |
<T> Query |
Query.where(Key<T> key,
Query.Criteria criteria,
T value) |
MongoQuery |
MongoQuery.where(String key,
Query.Criteria operator,
Object value) |
Modifier and Type | Field and Description |
---|---|
Query.Criteria |
MockQuery.WhereClause.criteria |
Modifier and Type | Method and Description |
---|---|
<T> boolean |
MockQuery.hasWhereClause(Key<T> key,
Query.Criteria criteria,
T value) |
<T> MockQuery |
MockQuery.where(Key<T> key,
Query.Criteria criteria,
T value) |
Constructor and Description |
---|
MockQuery.WhereClause(Key<T> key,
Query.Criteria criteria,
T value) |
Copyright © 2013. All Rights Reserved.