org.axonframework.eventstore.mongo.criteria
Class MongoCriteriaBuilder
java.lang.Object
org.axonframework.eventstore.mongo.criteria.MongoCriteriaBuilder
- All Implemented Interfaces:
- CriteriaBuilder
public class MongoCriteriaBuilder
- extends Object
- implements CriteriaBuilder
The CriteriaBuilder implementation for use with the Mongo event store.
- Since:
- 2.0
- Author:
- Allard Buijze
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MongoCriteriaBuilder
public MongoCriteriaBuilder()
property
public MongoProperty property(String propertyName)
- Specified by:
property in interface CriteriaBuilder
Copyright © 2010-2013. All Rights Reserved.