public interface ReactiveQuery extends com.holonplatform.core.query.QueryBuilder<ReactiveQuery>, ReactiveQueryResults, com.holonplatform.core.datastore.DatastoreCommodity
ReactiveDatastore API to configure and execute a query and
handle the query results through the Flux and Mono abstractions.
The query is configured through the QueryBuilder API and executed using the ReactiveQueryResults API,
which provides methods to execute the query and obtain the results, using a QueryProjection to specify the
expected result type.
ReactiveDatastoredistinct, getQueryConfiguration, limit, offset, parameter, parameter, restrictfilter, filter, filtersort, sort, sorttarget, targetaggregate, aggregate, aggregateCopyright © 2019 The Holon Platform. All rights reserved.