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 |
having(Expression expr)
Appends the given Expression to the having 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(FunctionName func,
DataProperty property)
Appends the given property encapsulated by the giuven scalar function 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, findHavingClause, findJoinClauses, findOrderByClause, findWhereClause, getConfigurationProperty, getEndRange, getFromClause, getModel, getName, getSelectClause, getStartRange, getWhereClause, setEndRange, setName, setStartRangeDomainQuery select(DataProperty property)
property - the propertyDomainQuery select(FunctionName func, DataProperty property)
func - the scalar functionproperty - 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 propertyDomainQuery having(Expression expr)
property - the data propertyCopyright © 2021. All rights reserved.