public interface RangePredicateFromContext
Modifier and Type | Method and Description |
---|---|
RangePredicateFromContext |
excludeLimit()
Exclude the lower bound from the range.
|
RangePredicateTerminalContext |
to(Object value)
Require at least one of the targeted fields to be "lower than" the given value,
in addition to being "higher than" the value provided to the
former
call. |
RangePredicateTerminalContext to(Object value)
from
call.value
- The upper bound of the range. May be null, in which case the range has no upper bound,
but this is only possible if the lower bound (RangePredicateFieldSetContext.from(Object)
)
was not null.
The signature of this method defines this parameter as an Object
,
but a specific type is expected depending on the targeted field.
See there for more information.
Upper bound is included by default in the range.RangePredicateFromContext excludeLimit()
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.