T - the return type of this Query Methodpublic class PartTreeDatastoreQuery<T> extends AbstractDatastoreQuery<T>
| Constructor and Description |
|---|
PartTreeDatastoreQuery(DatastoreQueryMethod queryMethod,
DatastoreTemplate datastoreTemplate,
DatastoreMappingContext datastoreMappingContext,
Class<T> entityType)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Object[] parameters) |
applyProjection, convertCollectionParamToCompatibleArray, getDatastoreTemplate, getQueryMethodpublic PartTreeDatastoreQuery(DatastoreQueryMethod queryMethod, DatastoreTemplate datastoreTemplate, DatastoreMappingContext datastoreMappingContext, Class<T> entityType)
queryMethod - the metadata for this query method.datastoreTemplate - used to execute the given query.datastoreMappingContext - used to provide metadata for mapping results to objects.entityType - the result domain type.Copyright © 2021 Pivotal Software, Inc.. All rights reserved.