T - the return type of this Query Methodpublic class PartTreeDatastoreQuery<T> extends AbstractDatastoreQuery<T>
| Constructor and Description |
|---|
PartTreeDatastoreQuery(DatastoreQueryMethod queryMethod,
DatastoreOperations datastoreTemplate,
DatastoreMappingContext datastoreMappingContext,
Class<T> entityType,
org.springframework.data.projection.ProjectionFactory projectionFactory)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Object[] parameters) |
convertCollectionParamToCompatibleArray, getDatastoreOperations, getQueryMethodpublic PartTreeDatastoreQuery(DatastoreQueryMethod queryMethod, DatastoreOperations datastoreTemplate, DatastoreMappingContext datastoreMappingContext, Class<T> entityType, org.springframework.data.projection.ProjectionFactory projectionFactory)
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.projectionFactory - the projection factory that is used to get projection information.Copyright © 2020 Pivotal Software, Inc.. All rights reserved.