C - Query configuration typepublic interface QueryAdapter<C extends QueryConfiguration>
QueryOperation.| Modifier and Type | Method and Description |
|---|---|
<R> Stream<R> |
stream(QueryOperation<C,R> queryOperation)
Execute a query using provided
QueryOperation and return query results as a Stream. |
<R> Stream<R> stream(QueryOperation<C,R> queryOperation) throws DataAccessException
QueryOperation and return query results as a Stream.R - Query results typequeryOperation - Query operation (not null)DataAccessException - If a query execution error occurredCopyright © 2019 The Holon Platform. All rights reserved.