public interface Property
Modifier and Type | Method and Description |
---|---|
Criteria |
greaterThan(Object expression)
Returns a criteria instance where the property must be "greater than" the given
expression . |
Criteria |
greaterThanEquals(Object expression)
Returns a criteria instance where the property must be "greater than" or "equal to" the given
expression . |
Criteria |
in(Object expression)
Returns a criteria instance where the property must be "in" the given
expression . |
Criteria |
is(Object expression)
Returns a criteria instance where the property must "equal" the given
expression . |
Criteria |
isNot(Object expression)
Returns a criteria instance where the property must be "not equal to" the given
expression . |
Criteria |
lessThan(Object expression)
Returns a criteria instance where the property must be "less than" the given
expression . |
Criteria |
lessThanEquals(Object expression)
Returns a criteria instance where the property must be "less than" or "equal to" the given
expression . |
Criteria |
notIn(Object expression)
Returns a criteria instance where the property must be "not in" the given
expression . |
Criteria lessThan(Object expression)
expression
. Some event
stores also allow the given expression to be a property.expression
- The expression to match against the propertyCriteria lessThanEquals(Object expression)
expression
. Some event stores also allow the given expression to be a property.expression
- The expression to match against the propertyCriteria greaterThan(Object expression)
expression
. Some
event stores also allow the given expression to be a property.expression
- The expression to match against the propertyCriteria greaterThanEquals(Object expression)
expression
. Some event stores also allow the given expression to be a property.expression
- The expression to match against the propertyCriteria is(Object expression)
expression
. Some event stores
also allow the given expression to be a property.expression
- The expression to match against the propertyCriteria isNot(Object expression)
expression
. Some
event stores also allow the given expression to be a property.expression
- The expression to match against the propertyCriteria in(Object expression)
expression
. Some event stores
also allow the given expression to be a property.
Note that the given expression
must describe a collection of some sort.expression
- The expression to match against the propertyCriteria notIn(Object expression)
expression
. Some event
stores also allow the given expression to be a property.expression
- The expression to match against the propertyCopyright © 2010-2014. All Rights Reserved.