<ojb:between> |
|
For a 'property' values would be between a 'start' and 'end' |
<ojb:notBetween> |
|
For a 'property' values are not between the given 'start' and 'end' |
<ojb:groupBy> |
|
Group results by the specified 'property' |
<ojb:orderBy> |
|
Order results by the specified 'property' in the order specified by 'sort' as 'asc' or 'desc' [default is 'asc'] |
<ojb:lt> |
|
Specify criteria less than a 'value' for a 'property' of the queried objects |
<ojb:ltf> |
|
Define criteria of a 'property' to be less than a specified 'field' |
<ojb:lte> |
|
Specify criteria less than or equal to a 'value' for a 'property' of the queried objects |
<ojb:ltef> |
|
Define criteria of a 'property' to be less than or equal to a specified 'field' |
<ojb:gt> |
|
Specify criteria greater than a 'value' for a 'property' of the queried objects |
<ojb:gtf> |
|
Define criteria of a 'property' to be greater than a specified 'field' |
<ojb:gte> |
|
Specify criteria greater than or equal to a 'value' for a 'property' of the queried objects |
<ojb:gtef> |
|
Define criteria of a 'property' to be greater than or equal to a specified 'field' |
<ojb:eq> |
|
Specify criteria for a 'property' to be equal to a specified 'value' |
<ojb:neq> |
|
Specify criteria for a 'property' to be not equal to a specified 'value' |
<ojb:eqf> |
|
Specify criteria for a 'property' to be equal to a specified 'field' |
<ojb:neqf> |
|
Specify criteria for a 'property' to be not equal to a specified 'field' |
<ojb:like> |
|
Specify criteria for a 'property' to be like the specified 'value' |
<ojb:notLike> |
|
Specify criteria for a 'property' to not be like the specified 'value' |
<ojb:in> |
|
Specify criteria for a 'property' to be in the specified criteria or collection in 'value' |
<ojb:notIn> |
|
Specify criteria for a 'property' to not be in the specified criteria or collection in 'value' |