| Package | Description |
|---|---|
| org.axonframework.eventstore.jdbc.criteria |
| Constructor and Description |
|---|
CollectionOperator(JdbcProperty property,
String operator,
Object expression)
Initializes the operator matching given
property against the given expression using
the given operator. |
Equals(JdbcProperty property,
Object expression)
Initializes an Equals operator matching the given
property against the given
expression. |
NotEquals(JdbcProperty property,
Object expression)
Initializes a NOT EQUALS operator where the given
property must not be equal to the given
expression. |
SimpleOperator(JdbcProperty property,
String operator,
Object expression)
Initializes a simple operator where the given
property, operator and
expression match. |
Copyright © 2010-2014. All Rights Reserved.