| 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 |
PlasmaSDO™ License
This is a community release of PlasmaSDO™, a dual-license
Service Data Object (SDO) 2.1 implementation.
|
| org.plasma.sdo.access | |
| org.plasma.sdo.access.provider.common | |
| org.plasma.sdo.access.service |
| 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,
SubqueryOperator oper,
Query query) |
Property(String name,
Path path,
Query query) |
Property(String name,
Query query) |
QueryValidator(Query query,
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) |
DataGraph[] |
DataAccessService.find(Query query) |
List<DataGraph[]> |
DataAccessService.find(Query[] queries) |
DataGraph[] |
DataAccessService.find(Query query,
int maxResults) |
PlasmaDataGraph[] |
QueryDispatcher.find(Query query,
int requestMax,
Timestamp snapshotDate) |
PlasmaDataGraph[] |
QueryDispatcher.find(Query query,
Timestamp snapshotDate) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
TextQueryFilterAssembler.assembleSubquery(Property property,
SubqueryOperator oper,
Query query) |
| Modifier and Type | Method and Description |
|---|---|
int |
DataAccessServiceEJB.count(Query query) |
int[] |
DataAccessServiceEJB.count(Query[] queries) |
DataGraph[] |
DataAccessServiceEJB.find(Query query) |
List |
DataAccessServiceEJB.find(Query[] queries) |
DataGraph[] |
DataAccessServiceEJB.find(Query query,
int maxResults) |
Copyright © 2017. All rights reserved.