|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DomainQuery
A domain specific query serving as the entry point for assembly of a data graph.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.plasma.query.Query |
|---|
clearOrderByClause, findGroupByClause, findOrderByClause, findWhereClause, getEndRange, getFromClause, getModel, getName, getSelectClause, getStartRange, getWhereClause, setEndRange, setName, setStartRange |
| Method Detail |
|---|
DomainQuery select(DataProperty property)
property - the property
DomainQuery select(Wildcard property)
property - the wildcard property
DomainQuery where(Expression expr)
expr - the expression
DomainQuery orderBy(DataProperty property)
property - the data property
DomainQuery groupBy(DataProperty property)
property - the data property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||