| 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) |
SelectionCollector(Select select,
Where where,
OrderBy orderBy,
PlasmaType rootType) |
SelectionCollector(Select select,
Where where,
OrderBy orderBy,
PlasmaType rootType,
boolean onlySingularProperties) |
| Modifier and Type | Field and Description |
|---|---|
protected OrderBy |
Clause.orderBy |
| Modifier and Type | Method and Description |
|---|---|
OrderBy |
ObjectFactory.createOrderBy()
Create an instance of
OrderBy |
OrderBy |
Query.findOrderByClause() |
OrderBy |
Clause.getOrderBy()
Gets the value of the orderBy property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Clause.setOrderBy(OrderBy value)
Sets the value of the orderBy property.
|
| Constructor and Description |
|---|
Clause(OrderBy orderBy) |
Query(Select select,
From from,
OrderBy orderBy) |
Query(Select select,
From from,
OrderBy orderBy,
GroupBy groupBy) |
Query(Select select,
From from,
Where where,
OrderBy orderBy) |
Query(Select select,
From from,
Where where,
OrderBy orderBy,
GroupBy groupBy) |
| Constructor and Description |
|---|
DataComparatorAssembler(OrderBy orderby,
commonj.sdo.Type rootType,
DataComparator dataComparator) |
DataGraphComparatorAssembler(OrderBy orderBy,
commonj.sdo.Type rootType) |
DataObjectComparatorAssembler(OrderBy orderby,
commonj.sdo.Type rootType) |
Copyright © 2021. All rights reserved.