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.QueryNonUniqueResultException
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.