| Package | Description |
|---|---|
| org.plasma.query.collector | |
| org.plasma.query.model |
Copyright 2017 TerraMeta Software, Inc.
|
| org.plasma.sdo.access.provider.common |
| 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 GroupBy |
Clause.groupBy |
| Modifier and Type | Method and Description |
|---|---|
GroupBy |
ObjectFactory.createGroupBy()
Create an instance of
GroupBy |
GroupBy |
Query.findGroupByClause() |
GroupBy |
Clause.getGroupBy()
Gets the value of the GroupBy property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Clause.setGroupBy(GroupBy value)
Sets the value of the GroupBy property.
|
| Constructor and Description |
|---|
Clause(GroupBy groupBy) |
Query(Select select,
From from,
GroupBy groupBy) |
Query(Select select,
From from,
OrderBy orderBy,
GroupBy groupBy) |
Query(Select select,
From from,
Where where,
GroupBy groupBy) |
Query(Select select,
From from,
Where where,
OrderBy orderBy,
GroupBy groupBy) |
| Constructor and Description |
|---|
DataComparatorAssembler(GroupBy groupBy,
commonj.sdo.Type rootType,
DataComparator dataComparator) |
DataGraphComparatorAssembler(GroupBy groupBy,
commonj.sdo.Type rootType) |
Copyright © 2021. All rights reserved.