Class SqlSpannerQuery<T>
java.lang.Object
com.google.cloud.spring.data.spanner.repository.query.SqlSpannerQuery<T>
- Type Parameters:
T
- the return type of the Query Method
- All Implemented Interfaces:
org.springframework.data.repository.query.RepositoryQuery
A Query Method for Spanner using SQL strings.
- Since:
- 1.1
-
Field Summary
Modifier and TypeFieldDescriptionprotected final SpannerQueryMethod
protected final SpannerMappingContext
protected final SpannerTemplate
-
Method Summary
-
Field Details
-
queryMethod
-
spannerTemplate
-
spannerMappingContext
-
entityType
-
-
Method Details
-
executeRawResult
-
execute
- Specified by:
execute
in interfaceorg.springframework.data.repository.query.RepositoryQuery
-
getQueryMethod
- Specified by:
getQueryMethod
in interfaceorg.springframework.data.repository.query.RepositoryQuery
-