| Package | Description |
|---|---|
| iot.jcypher.domainquery | |
| iot.jcypher.domainquery.ast | |
| iot.jcypher.domainquery.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
DomainQuery |
class |
GDomainQuery
Allows to formulate a query against a generic domain model
|
| Modifier and Type | Method and Description |
|---|---|
AbstractDomainQuery |
AbstractDomainQuery.IntAccess.getDomainQuery() |
static AbstractDomainQuery |
InternalAccess.getDomainQuery(CountQueryResult qr) |
static AbstractDomainQuery |
InternalAccess.getDomainQuery(DomainQueryResult qr) |
| Modifier and Type | Method and Description |
|---|---|
static <T> DomainObjectMatch<T> |
InternalAccess.createMatch(AbstractDomainQuery query,
Class<T> domainObjectType) |
static QueryExecutor |
InternalAccess.getQueryExecutor(AbstractDomainQuery q) |
static void |
InternalAccess.recordQuery(AbstractDomainQuery query,
RecordedQuery rq) |
static void |
InternalAccess.replayQuery(AbstractDomainQuery query,
ReplayedQueryContext rqc) |
| Modifier and Type | Method and Description |
|---|---|
AbstractDomainQuery |
SelectExpression.getDomainQuery() |
| Modifier and Type | Method and Description |
|---|---|
Map<Object,String> |
QueryRecorder.QueriesPerThread.getDOM2IdMap(AbstractDomainQuery q)
answer a map of DomainObjectMatch(es) to recorded query ids.
|
static RecordedQuery |
QueryRecorder.getRecordedQuery(AbstractDomainQuery query) |
static void |
QueryRecorder.queryCompleted(AbstractDomainQuery query) |
void |
QueryRecorder.QueriesPerThread.queryCompleted(AbstractDomainQuery query) |
static void |
QueryRecorder.recordCreateQuery(AbstractDomainQuery query) |
void |
QueryExecutor.recordQuery(RecordedQuery rq,
AbstractDomainQuery q) |
Copyright © 2016. All rights reserved.