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.
AsyncDatastore
distinct, getQueryConfiguration, limit, offset, parameter, parameter, restrict
filter, filter, filter
sort, sort, sort
target, target
aggregate, aggregate, aggregate
withExpressionResolver
Copyright © 2019 The Holon Platform. All rights reserved.