org.axonframework.eventstore.mongo.criteria
Class MongoCriteriaBuilder

java.lang.Object
  extended by 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

Constructor Summary
MongoCriteriaBuilder()
           
 
Method Summary
 MongoProperty property(String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MongoCriteriaBuilder

public MongoCriteriaBuilder()
Method Detail

property

public MongoProperty property(String propertyName)
Specified by:
property in interface CriteriaBuilder


Copyright © 2010-2013. All Rights Reserved.