Package | Description |
---|---|
org.ow2.orchestra.facade.criteria |
Modifier and Type | Method and Description |
---|---|
static <C> Restriction<C> |
Restriction.between(FilterField<C> field,
Serializable lower,
Serializable upper)
Static method used to construct an "between" restriction on a given field and lower/upper values
|
static <C> Restriction<C> |
Restriction.eq(FilterField<C> field,
Serializable value)
Static method used to construct an "equality" restriction on a given field and value
|
static <C> Restriction<C> |
Restriction.ge(FilterField<C> field,
Serializable value)
Static method used to construct an "greater than or equals" restriction on a given field and value
|
static <C> Restriction<C> |
Restriction.gt(FilterField<C> field,
Serializable value)
Static method used to construct an "greater than" restriction on a given field and value
|
static <C> Restriction<C> |
Restriction.le(FilterField<C> field,
Serializable value)
Static method used to construct an "less than or equals" restriction on a given field and value
|
static <C> Restriction<C> |
Restriction.lt(FilterField<C> field,
Serializable value)
Static method used to construct an "less than" restriction on a given field and value
|
Modifier and Type | Method and Description |
---|---|
List<Restriction<T>> |
Criteria.getRestrictions() |
Modifier and Type | Method and Description |
---|---|
Criteria<T> |
Criteria.addRestriction(Restriction<T> restriction)
Adds a restriction to the criteria
|
Copyright © 2011 OW2 Consortium. All Rights Reserved.