| Package | Description |
|---|---|
| org.axonframework.eventstore.mongo.criteria |
| Modifier and Type | Method and Description |
|---|---|
MongoProperty |
MongoCriteriaBuilder.property(String propertyName) |
| Constructor and Description |
|---|
CollectionCriteria(MongoProperty property,
String operator,
Object expression)
Returns a criterion that requires the given
property value to be present in the given
expression to evaluate to true. |
Equals(MongoProperty property,
Object expression)
Creates an equal instance that requires the given property to equal the given
expression. |
SimpleMongoOperator(MongoProperty property,
String operator,
Object expression)
Initializes an criterium where the given
property, operator and
expression
make a match. |
Copyright © 2010-2014. All Rights Reserved.