public interface AsyncQuery extends QueryBuilder<AsyncQuery>, AsyncQueryResults, DatastoreCommodity
AsyncDatastore API to configure and execute a query
and handle the query results asynchronously through the CompletionStage type.
The query is configured through the QueryBuilder API and executed using the AsyncQueryResults API,
which provides methods to execute the query and obtain the results asynchronously, using a QueryProjection to
specify the expected result type.
AsyncDatastoredistinct, getQueryConfiguration, limit, offset, parameter, parameter, restrictfilter, filter, filtersort, sort, sorttarget, targetaggregate, aggregate, aggregatewithExpressionResolverCopyright © 2019 The Holon Platform. All rights reserved.