| Package | Description |
|---|---|
| com.holonplatform.async.datastore.operation | |
| com.holonplatform.core.query |
| Modifier and Type | Method and Description |
|---|---|
<R> CompletionStage<Stream<R>> |
AsyncQueryAdapter.stream(QueryOperation<C,R> queryOperation)
Execute an asynchronous query using provided
QueryOperation and return the results as a
CompletionStage of query results Stream. |
| Modifier and Type | Method and Description |
|---|---|
static <C extends QueryConfiguration,R> |
QueryOperation.create(C configuration,
QueryProjection<R> projection)
Create a new
QueryOperation. |
| Modifier and Type | Method and Description |
|---|---|
<R> Stream<R> |
QueryAdapter.stream(QueryOperation<C,R> queryOperation)
Execute a query using provided
QueryOperation and return query results as a Stream. |
Copyright © 2019 The Holon Platform. All rights reserved.