|
||||||||||
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 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |