public interface Query extends QueryBuilder<Query>, QueryResults, DatastoreCommodity
Datastore.
The query is configured through the QueryBuilder API and executed using the QueryResults API, which
provides methods to execute the query and obtain the results using a QueryProjection to specify the expected
result type.
Extends DatastoreCommodity to allow query definition and registration using the Datastore commodities
paradigm.
QueryResults.QueryNonUniqueResultExceptiondistinct, getQueryConfiguration, limit, offset, parameter, parameter, restrictfilter, filter, filtersort, sort, sorttarget, targetaggregate, aggregate, aggregatewithExpressionResolverCopyright © 2019 The Holon Platform. All rights reserved.