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