Package | Description |
---|---|
org.axonframework.eventstore.jpa.criteria |
Modifier and Type | Class and Description |
---|---|
class |
BinaryOperator
Implementation of a binary operator for the Jpa 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 JPA Event Store.
|
class |
NotEquals
Implementations of the NOT EQUALS operator for a JPA Event Store.
|
class |
SimpleOperator
Implementation of all simple operators (i.e.
|
Modifier and Type | Method and Description |
---|---|
JpaCriteria |
JpaCriteria.and(Criteria criteria) |
JpaCriteria |
JpaProperty.greaterThan(Object expression) |
JpaCriteria |
JpaProperty.greaterThanEquals(Object expression) |
JpaCriteria |
JpaProperty.is(Object expression) |
JpaCriteria |
JpaProperty.isNot(Object expression) |
JpaCriteria |
JpaProperty.lessThan(Object expression) |
JpaCriteria |
JpaProperty.lessThanEquals(Object expression) |
JpaCriteria |
JpaCriteria.or(Criteria criteria) |
Constructor and Description |
---|
BinaryOperator(JpaCriteria criteria1,
String operator,
JpaCriteria criteria2)
Initializes a binary operator that matches against two criteria
|
Copyright © 2010-2014. All Rights Reserved.