Uses of Class
org.axonframework.eventstore.mongo.criteria.MongoProperty

Packages that use MongoProperty
org.axonframework.eventstore.mongo.criteria   
 

Uses of MongoProperty in org.axonframework.eventstore.mongo.criteria
 

Methods in org.axonframework.eventstore.mongo.criteria that return MongoProperty
 MongoProperty MongoCriteriaBuilder.property(String propertyName)
           
 

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.
 



Copyright © 2010-2016. All Rights Reserved.