| Modifier and Type | Class and Description |
|---|---|
class |
SpannerTemplate |
| Modifier and Type | Method and Description |
|---|---|
SpannerOperations |
SpannerRepository.getSpannerTemplate()
Gets a
SpannerOperations, which allows more-direct access to Google Cloud Spanner
functions. |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
SpannerStatementQueryExecutor.executeQuery(Class<T> type,
org.springframework.data.repository.query.parser.PartTree tree,
Object[] params,
SpannerOperations spannerOperations,
SpannerMappingContext spannerMappingContext)
Executes a PartTree-based query.
|
| Constructor and Description |
|---|
PartTreeSpannerQuery(Class<T> type,
org.springframework.data.repository.query.QueryMethod queryMethod,
SpannerOperations spannerOperations,
SpannerMappingContext spannerMappingContext)
Constructor
|
SpannerQueryLookupStrategy(SpannerMappingContext spannerMappingContext,
SpannerOperations spannerOperations,
org.springframework.data.repository.query.EvaluationContextProvider evaluationContextProvider,
org.springframework.expression.spel.standard.SpelExpressionParser expressionParser) |
| Modifier and Type | Method and Description |
|---|---|
SpannerOperations |
SimpleSpannerRepository.getSpannerTemplate() |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.