public interface DomainQuery extends Query
| Modifier and Type | Method and Description |
|---|---|
DomainQuery |
groupBy(DataProperty property)
Appends the given data property to the group by clause
within this query and returns the query.
|
DomainQuery |
orderBy(DataProperty property)
Appends the given data property to the order by clause
within this query and returns the query.
|
DomainQuery |
select(DataProperty property)
Appends the given property to the select clause
within this query and returns the query.
|
DomainQuery |
select(Wildcard property)
Appends the given wildcard property to the select clause
within this query and returns the query.
|
DomainQuery |
where(Expression expr)
Appends the given expression to the where clause
within this query and returns the query.
|
addConfigurationProperty, clearOrderByClause, findGroupByClause, findJoinClauses, findOrderByClause, findWhereClause, getConfigurationProperty, getEndRange, getFromClause, getModel, getName, getSelectClause, getStartRange, getWhereClause, setEndRange, setName, setStartRangeDomainQuery select(DataProperty property)
property - the propertyDomainQuery select(Wildcard property)
property - the wildcard propertyDomainQuery where(Expression expr)
expr - the expressionDomainQuery orderBy(DataProperty property)
property - the data propertyDomainQuery groupBy(DataProperty property)
property - the data propertyCopyright © 2017. All rights reserved.