org.axonframework.eventstore.jdbc.criteria
Class JdbcCriteriaBuilder
java.lang.Object
org.axonframework.eventstore.jdbc.criteria.JdbcCriteriaBuilder
- All Implemented Interfaces:
- CriteriaBuilder
public class JdbcCriteriaBuilder
- extends Object
- implements CriteriaBuilder
CriteriaBuilder implementation for the Jdbc Event Store
- Since:
- 2.2
- Author:
- Allard Buijze, Kristian Rosenvold
Method Summary |
Property |
property(String propertyName)
Returns a property instance that can be used to build criteria. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdbcCriteriaBuilder
public JdbcCriteriaBuilder()
property
public Property property(String propertyName)
- Description copied from interface:
CriteriaBuilder
- Returns a property instance that can be used to build criteria. The given
propertyName
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.
- Specified by:
property
in interface CriteriaBuilder
- Parameters:
propertyName
- The name of the property to evaluate
- Returns:
- a property instance that can be used to build expressions
Copyright © 2010-2016. All Rights Reserved.