Constructors in org.axonframework.eventstore.mongo.criteria with parameters of type MongoProperty |
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. |