| Package | Description |
|---|---|
| org.plasma.query.dsl |
| Modifier and Type | Class and Description |
|---|---|
class |
DomainRoot
The implementation of a domain query as a root within a query graph.
|
| Modifier and Type | Method and Description |
|---|---|
DomainQuery |
DomainRoot.groupBy(DataProperty property) |
DomainQuery |
DomainQuery.groupBy(DataProperty property)
Appends the given data property to the group by clause within this query
and returns the query.
|
DomainQuery |
DomainRoot.having(Expression expr) |
DomainQuery |
DomainQuery.having(Expression expr)
Appends the given Expression to the having clause within this query and
returns the query.
|
DomainQuery |
DomainRoot.orderBy(DataProperty property) |
DomainQuery |
DomainQuery.orderBy(DataProperty property)
Appends the given data property to the order by clause within this query
and returns the query.
|
DomainQuery |
DomainRoot.select(DataProperty property) |
DomainQuery |
DomainQuery.select(DataProperty property)
Appends the given property to the select clause within this query and
returns the query.
|
DomainQuery |
DomainRoot.select(FunctionName func,
DataProperty property) |
DomainQuery |
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 |
DomainRoot.select(Wildcard property) |
DomainQuery |
DomainQuery.select(Wildcard property)
Appends the given wildcard property to the select clause within this query
and returns the query.
|
DomainQuery |
DomainRoot.where(Expression expr) |
DomainQuery |
DomainQuery.where(Expression expr)
Appends the given expression to the where clause within this query and
returns the query.
|
Copyright © 2021. All rights reserved.