| Package | Description |
|---|---|
| org.plasma.query.collector | |
| org.plasma.query.model |
Copyright 2017 TerraMeta Software, Inc.
|
| Constructor and Description |
|---|
SelectionCollector(Select select,
Where where,
OrderBy orderBy,
GroupBy groupBy,
Having having,
PlasmaType rootType) |
SelectionCollector(Select select,
Where where,
OrderBy orderBy,
GroupBy groupBy,
Having having,
PlasmaType rootType,
boolean onlySingularProperties) |
| Modifier and Type | Field and Description |
|---|---|
protected Having |
Clause.having |
| Modifier and Type | Method and Description |
|---|---|
Having |
Query.findHavingClause() |
Having |
Clause.getHaving()
Gets the value of the having property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Clause.setHaving(Having value)
Sets the value of the having property.
|
| Constructor and Description |
|---|
Clause(Having having) |
Copyright © 2021. All rights reserved.