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 |
|---|---|
protected Object |
convertResultCollection(Object result,
Class<?> collectionType) |
Object |
execute(Object[] parameters) |
protected boolean |
isPageQuery() |
protected boolean |
isSliceQuery() |
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 © 2019 Pivotal Software, Inc.. All rights reserved.