| Package | Description |
|---|---|
| org.apache.gora.filter | |
| org.apache.gora.mongodb.filters |
| Modifier and Type | Field and Description |
|---|---|
protected FilterOp |
SingleFieldValueFilter.filterOp |
protected FilterOp |
MapFieldValueFilter.filterOp |
| Modifier and Type | Method and Description |
|---|---|
FilterOp |
SingleFieldValueFilter.getFilterOp() |
FilterOp |
MapFieldValueFilter.getFilterOp() |
static FilterOp |
FilterOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterOp[] |
FilterOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SingleFieldValueFilter.setFilterOp(FilterOp filterOp) |
void |
MapFieldValueFilter.setFilterOp(FilterOp filterOp) |
| Modifier and Type | Method and Description |
|---|---|
protected com.mongodb.QueryBuilder |
DefaultFactory.appendToBuilder(com.mongodb.QueryBuilder builder,
FilterOp filterOp,
List<Object> rawOperands) |
Copyright © 2010-2015 The Apache Software Foundation. All Rights Reserved.