Package | Description |
---|---|
org.axonframework.eventstore.jdbc.criteria |
Modifier and Type | Class and Description |
---|---|
class |
BinaryOperator
Implementation of a binary operator for the Jdbc Event Store.
|
class |
CollectionOperator
Abstract implementation to use for testing whether an item is present in a collection or not.
|
class |
Equals
Implementation of the EQUALS operator for a Jdbc Event Store.
|
class |
NotEquals
Implementations of the NOT EQUALS operator for a Jdbc Event Store.
|
class |
SimpleOperator
Implementation of all simple operators (i.e.
|
Modifier and Type | Method and Description |
---|---|
JdbcCriteria |
JdbcCriteria.and(Criteria criteria) |
JdbcCriteria |
JdbcProperty.greaterThan(Object expression) |
JdbcCriteria |
JdbcProperty.greaterThanEquals(Object expression) |
JdbcCriteria |
JdbcProperty.is(Object expression) |
JdbcCriteria |
JdbcProperty.isNot(Object expression) |
JdbcCriteria |
JdbcProperty.lessThan(Object expression) |
JdbcCriteria |
JdbcProperty.lessThanEquals(Object expression) |
JdbcCriteria |
JdbcCriteria.or(Criteria criteria) |
Constructor and Description |
---|
BinaryOperator(JdbcCriteria criteria1,
String operator,
JdbcCriteria criteria2)
Initializes a binary operator that matches against two criteria
|
Copyright © 2010-2014. All Rights Reserved.