public class SpannerQueryMethod
extends org.springframework.data.repository.query.QueryMethod
| Constructor and Description |
|---|
SpannerQueryMethod(Method queryMethod,
org.springframework.data.repository.core.RepositoryMetadata metadata,
org.springframework.data.projection.ProjectionFactory factory)
Creates a new
QueryMethod from the given parameters. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasAnnotatedQuery()
Returns whether the method has an annotated query.
|
createParameters, getDomainClass, getEntityInformation, getName, getNamedQueryName, getParameters, getResultProcessor, getReturnedObjectType, isCollectionQuery, isModifyingQuery, isPageQuery, isQueryForEntity, isSliceQuery, isStreamQuery, toStringpublic SpannerQueryMethod(Method queryMethod, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory)
QueryMethod from the given parameters. Looks up the correct query to use
for following invocations of the method given.queryMethod - must not be null.metadata - must not be null.factory - must not be null.Copyright © 2022. All rights reserved.