| Package | Description |
|---|---|
| org.plasma.query |
The PlasmaQuery� API provides a flexible mechanism to fully describe any arbitrary SDO results Data Graph, independent of any persistence framework or type of data store. |
| org.plasma.query.dsl | |
| org.plasma.query.model |
Copyright 2017 TerraMeta Software, Inc.
|
| org.plasma.sdo.access | |
| org.plasma.sdo.access.provider.common |
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.getModel()
Returns the underlying query model for this query.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
DomainRoot.getModel() |
| Modifier and Type | Field and Description |
|---|---|
protected Query |
Term.query |
protected Query |
Property.query |
| Modifier and Type | Method and Description |
|---|---|
Query |
ObjectFactory.createQuery()
Create an instance of
Query |
Query |
Query.getModel() |
Query |
Term.getQuery()
Gets the value of the query property.
|
Query |
Property.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
static Expression |
Expression.exists(Property prop,
Query subquery) |
static Expression |
Expression.in(Property prop,
Query subquery)
Returns a subquery expression, where the given property is found
within the given subquery results collection.
|
static Expression |
Expression.in(String prop,
Query subquery)
Returns a subquery expression, where the given property is found
within the given subquery results collection.
|
static Expression |
Expression.in(String prop,
String[] path,
Query subquery)
Returns a subquery expression, where the given property is found
within the given subquery results collection.
|
static Expression |
Expression.notIn(Property prop,
Query subquery)
Returns a subquery expression, where the given property is not found
within the given subquery results collection.
|
void |
Term.setQuery(Query value)
Sets the value of the query property.
|
void |
Property.setQuery(Query value) |
| Constructor and Description |
|---|
Expression(Property prop,
PredicateOperator oper,
Query query) |
Property(String name,
Path path,
Query query) |
Property(String name,
Query query) |
QueryValidator(Query query,
commonj.sdo.Type contextType) |
Term(Query query) |
| Modifier and Type | Method and Description |
|---|---|
int |
QueryDispatcher.count(Query query) |
int |
DataAccessService.count(Query query) |
int[] |
DataAccessService.count(Query[] queries) |
commonj.sdo.DataGraph[] |
DataAccessService.find(Query query) |
List<commonj.sdo.DataGraph[]> |
DataAccessService.find(Query[] queries) |
commonj.sdo.DataGraph[] |
DataAccessService.find(Query query,
int maxResults) |
PlasmaDataGraph[] |
QueryDispatcher.find(Query query,
int requestMax,
Timestamp snapshotDate) |
PlasmaDataGraph[] |
QueryDispatcher.find(Query query,
Timestamp snapshotDate) |
io.reactivex.Observable<commonj.sdo.DataGraph> |
DataAccessService.findAsStream(Query query) |
List<io.reactivex.Observable<commonj.sdo.DataGraph>> |
DataAccessService.findAsStream(Query[] queries) |
io.reactivex.Observable<commonj.sdo.DataGraph> |
DataAccessService.findAsStream(Query query,
int maxResults) |
io.reactivex.Observable<commonj.sdo.DataGraph> |
StreamQueryDispatcher.findAsStream(Query query,
int requestMax,
Timestamp snapshotDate) |
io.reactivex.Observable<commonj.sdo.DataGraph> |
StreamQueryDispatcher.findAsStream(Query query,
Timestamp snapshotDate) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
TextQueryFilterAssembler.assembleSubquery(Property property,
PredicateOperator oper,
Query query) |
Copyright © 2021. All rights reserved.