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