| Constructor and Description |
|---|
ElemMatchCriterion() |
ElemMatchCriterion(Query queryCriterion) |
| Modifier and Type | Method and Description |
|---|---|
static MqlCriterionFunction |
createFunction(java.lang.String functionName) |
Query |
getQuery() |
java.lang.Object |
toQueryObject(ObjectMapper mapper)
Returns the query representation of the
Criterion. |
public ElemMatchCriterion(Query queryCriterion)
public ElemMatchCriterion()
public Query getQuery()
public java.lang.Object toQueryObject(ObjectMapper mapper)
Criterion.
Most of the time this will be a DBObject, but
it can be anything accepted by the MongoDB java driver.toQueryObject in interface Criterionmapper - the ObjectMapperObjectpublic static MqlCriterionFunction createFunction(java.lang.String functionName)
Copyright © 2013. All Rights Reserved.