Package | Description |
---|---|
com.redhat.thermostat.storage.core | |
com.redhat.thermostat.storage.mongodb.internal | |
com.redhat.thermostat.web.common |
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 |
---|---|
<S> void |
Query.where(Key<S> key,
Query.Criteria criteria,
S value) |
Modifier and Type | Method and Description |
---|---|
<S> void |
MongoQuery.where(Key<S> key,
Query.Criteria operator,
S value) |
void |
MongoQuery.where(String key,
Query.Criteria operator,
Object value) |
Modifier and Type | Method and Description |
---|---|
Query.Criteria |
Qualifier.getCriteria() |
Modifier and Type | Method and Description |
---|---|
void |
Qualifier.setCriteria(Query.Criteria criteria) |
<S> void |
WebQuery.where(Key<S> key,
Query.Criteria criteria,
S value) |
Constructor and Description |
---|
Qualifier(Key<T> key,
Query.Criteria criteria,
T value) |
Copyright © 2013. All Rights Reserved.