|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JdbcCriteria | |
|---|---|
| org.axonframework.eventstore.jdbc.criteria | |
| Uses of JdbcCriteria in org.axonframework.eventstore.jdbc.criteria |
|---|
| Subclasses of JdbcCriteria in org.axonframework.eventstore.jdbc.criteria | |
|---|---|
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. |
| Methods in org.axonframework.eventstore.jdbc.criteria that return JdbcCriteria | |
|---|---|
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)
|
| Constructors in org.axonframework.eventstore.jdbc.criteria with parameters of type JdbcCriteria | |
|---|---|
BinaryOperator(JdbcCriteria criteria1,
String operator,
JdbcCriteria criteria2)
Initializes a binary operator that matches against two criteria |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||