public class GroupedQueryCriterion extends AbstractCriterion implements DocumentCriterion
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupedQueryCriterion.Group |
| Constructor and Description |
|---|
GroupedQueryCriterion(GroupedQueryCriterion.Group group,
QueryGroup queryGroup) |
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.DBObject |
toQueryObject(ObjectMapper mapper)
Returns the query representation of the
Criterion. |
public GroupedQueryCriterion(GroupedQueryCriterion.Group group, QueryGroup queryGroup)
public com.mongodb.DBObject toQueryObject(ObjectMapper mapper)
AbstractCriterionCriterion.
Most of the time this will be a DBObject, but
it can be anything accepted by the MongoDB java driver.toQueryObject in interface CriteriontoQueryObject in interface DocumentCriteriontoQueryObject in class AbstractCriterionmapper - the ObjectMapperObjectCopyright © 2013. All Rights Reserved.