|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Restriction | |
---|---|
org.ow2.orchestra.facade.criteria |
Uses of Restriction in org.ow2.orchestra.facade.criteria |
---|
Methods in org.ow2.orchestra.facade.criteria that return Restriction | ||
---|---|---|
static
|
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
|
Restriction.eq(FilterField<C> field,
Serializable value)
Static method used to construct an "equality" restriction on a given field and value |
|
static
|
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
|
Restriction.gt(FilterField<C> field,
Serializable value)
Static method used to construct an "greater than" restriction on a given field and value |
|
static
|
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
|
Restriction.lt(FilterField<C> field,
Serializable value)
Static method used to construct an "less than" restriction on a given field and value |
Methods in org.ow2.orchestra.facade.criteria that return types with arguments of type Restriction | |
---|---|
List<Restriction<T>> |
Criteria.getRestrictions()
|
Methods in org.ow2.orchestra.facade.criteria with parameters of type Restriction | |
---|---|
Criteria<T> |
Criteria.addRestriction(Restriction<T> restriction)
Adds a restriction to the criteria |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |