| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MongoProperty | |
|---|---|
| org.axonframework.mongo3.eventstore.criteria | |
| Uses of MongoProperty in org.axonframework.mongo3.eventstore.criteria | 
|---|
| Methods in org.axonframework.mongo3.eventstore.criteria that return MongoProperty | |
|---|---|
|  MongoProperty | MongoCriteriaBuilder.property(String propertyName) | 
| Constructors in org.axonframework.mongo3.eventstore.criteria with parameters of type MongoProperty | |
|---|---|
| CollectionCriteria(MongoProperty property,
                   String operator,
                   Object expression)Returns a criterion that requires the given propertyvalue to be present in the givenexpressionto evaluate totrue. | |
| 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,operatorandexpressionmake a match. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||