T
- the return type of the Query Methodpublic class SqlSpannerQuery<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected Class<T> |
entityType |
protected SpannerQueryMethod |
queryMethod |
protected SpannerMappingContext |
spannerMappingContext |
protected SpannerTemplate |
spannerTemplate |
Modifier and Type | Method and Description |
---|---|
Object |
execute(Object[] parameters) |
List |
executeRawResult(Object[] parameters) |
SpannerQueryMethod |
getQueryMethod() |
protected final SpannerQueryMethod queryMethod
protected final SpannerTemplate spannerTemplate
protected final SpannerMappingContext spannerMappingContext
protected final Class<T> entityType
public Object execute(Object[] parameters)
execute
in interface org.springframework.data.repository.query.RepositoryQuery
public SpannerQueryMethod getQueryMethod()
getQueryMethod
in interface org.springframework.data.repository.query.RepositoryQuery
Copyright © 2021. All rights reserved.