| Package | Description |
|---|---|
| org.plasma.query.collector | |
| org.plasma.query.model |
PlasmaSDO™ License
This is a community release of PlasmaSDO™, a dual-license
Service Data Object (SDO) 2.1 implementation.
|
| org.plasma.query.xpath |
| Modifier and Type | Method and Description |
|---|---|
Where |
SelectionPredicates.getPredicate(Property property)
Returns the predicate for the given property or null
if the given property is not mapped.
|
Where |
SelectionCollector.getPredicate(Property property) |
Where |
Selection.getPredicate(Property property)
Returns the predicate for the given property or null
if the given property has no predicates.
|
Where |
PropertySelectionCollector.getPredicate(Property property)
Deprecated.
|
Where |
PropertySelection.getPredicate(Property property)
Deprecated.
Returns the predicate for the given property or null
if the given property is not mapped.
|
Where |
SelectionCollector.getPredicate(Property property,
int level) |
Where |
Selection.getPredicate(Property property,
int level)
Returns the predicate , if exists, collected for the given property for the given
traversal level or graph depth.
|
Where |
SelectionCollector.getPredicate(Property property,
Property sourceProperty) |
Where |
Selection.getPredicate(Property property,
Property sourceProperty)
Returns the predicate, if exists, collected for the given property and for the given
(query) graph edge source property.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Property,Where> |
SelectionCollector.getPredicateMap()
Deprecated.
|
Map<Property,Where> |
PropertySelectionCollector.getPredicateMap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectionPredicates.collect(Where predicate)
Traverses the given predicate adding its properties
and property paths to the selection.
|
void |
PropertySelectionCollector.collect(Where predicate)
Deprecated.
|
void |
PropertySelection.collect(Where predicate)
Deprecated.
Traverses the given predicate adding its properties
and property paths to the selection.
|
| Constructor and Description |
|---|
SelectionCollector(Select select,
Where where,
OrderBy orderBy,
Type rootType) |
SelectionCollector(Select select,
Where where,
OrderBy orderBy,
Type rootType,
boolean onlySingularProperties) |
SelectionCollector(Select select,
Where where,
Type rootType) |
SelectionCollector(Select select,
Where where,
Type rootType,
boolean onlySingularProperties) |
SelectionCollector(Where where,
Type rootType) |
SelectionCollector(Where where,
Type rootType,
boolean onlySingularProperties) |
| Modifier and Type | Field and Description |
|---|---|
protected Where |
PathNode.where |
protected Where |
Clause.where |
| Modifier and Type | Method and Description |
|---|---|
Where |
ObjectFactory.createWhere()
Create an instance of
Where |
Where |
Query.findWhereClause() |
Where |
PathNode.getWhere()
Gets the value of the where property.
|
Where |
Clause.getWhere()
Gets the value of the where property.
|
Where |
Query.getWhereClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
PathNode.setWhere(Where value)
Sets the value of the where property.
|
void |
Clause.setWhere(Where value)
Sets the value of the where property.
|
| Constructor and Description |
|---|
Clause(Where where) |
Query(Select select,
From from,
Where where) |
Query(Select select,
From from,
Where where,
GroupBy groupBy) |
Query(Select select,
From from,
Where where,
OrderBy orderBy) |
Query(Select select,
From from,
Where where,
OrderBy orderBy,
GroupBy groupBy) |
QueryValidator(Where where,
Type contextType) |
| Modifier and Type | Method and Description |
|---|---|
Where |
QueryPredicateVisitor.getResult() |
Copyright © 2017. All rights reserved.