public class DomainObjectMatch<T> extends Object implements IPredicateOperand1
| Modifier and Type | Method and Description |
|---|---|
JcProperty |
atttribute(String name)
Access an attribute, don't rely on a specific attribute type
|
JcBoolean |
booleanAtttribute(String name)
Access a boolean attribute
|
JcCollection |
collectionAtttribute(String name)
Access a collection attribute
|
Count |
COUNT()
Note: this expression is only valid within a collection expression.
|
JcNumber |
numberAtttribute(String name)
Access a number attribute
|
void |
setPage(int offset,
int length)
For pagination support, set offset (start) and length of the set of matching objects to be
returned with respect to the total number of matching objects.
|
JcString |
stringAtttribute(String name)
Access a string attribute
|
public Count COUNT()
public JcProperty atttribute(String name)
name - the attribute namepublic JcString stringAtttribute(String name)
name - the attribute namepublic JcNumber numberAtttribute(String name)
name - the attribute namepublic JcBoolean booleanAtttribute(String name)
name - the attribute namepublic JcCollection collectionAtttribute(String name)
name - the attribute namepublic void setPage(int offset,
int length)
offset - length - Copyright © 2016. All rights reserved.