public class CosmosQueryMethod
extends org.springframework.data.repository.query.QueryMethod
| Constructor and Description |
|---|
CosmosQueryMethod(Method method,
org.springframework.data.repository.core.RepositoryMetadata metadata,
org.springframework.data.projection.ProjectionFactory factory)
Creates a new
CosmosQueryMethod from the given parameters. |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.repository.core.EntityMetadata<?> |
getEntityInformation() |
createParameters, getDomainClass, getName, getNamedQueryName, getParameters, getResultProcessor, getReturnedObjectType, isCollectionQuery, isModifyingQuery, isPageQuery, isQueryForEntity, isSliceQuery, isStreamQuery, toStringpublic CosmosQueryMethod(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory)
CosmosQueryMethod from the given parameters. Looks up the correct query to use
for following invocations of the method given.method - must not be null.metadata - must not be null.factory - must not be null.Copyright © 2020 Microsoft Corporation. All rights reserved.