public class MongoCriteriaBuilder extends Object implements CriteriaBuilder
| Constructor and Description |
|---|
MongoCriteriaBuilder() |
| Modifier and Type | Method and Description |
|---|---|
MongoProperty |
property(String propertyName)
Returns a property instance that can be used to build criteria.
|
public MongoProperty property(String propertyName)
CriteriaBuilderpropertyName must hold a
valid value for the Event Store that returns that value. Typically, it requires the "indexed" values to be used,
such as event identifier, aggregate identifier, timestamp, etc.property in interface CriteriaBuilderpropertyName - The name of the property to evaluateCopyright © 2010-2014. All Rights Reserved.