| Package | Description |
|---|---|
| org.springframework.cloud.gcp.data.spanner.core | |
| org.springframework.cloud.gcp.data.spanner.repository.support |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
SpannerTemplate.performReadOnlyTransaction(Function<SpannerTemplate,T> operations,
SpannerReadOptions readOptions) |
<T> T |
SpannerOperations.performReadOnlyTransaction(Function<SpannerTemplate,T> operations,
SpannerReadOptions readOptions)
Performs multiple read-only operations in a single transaction.
|
<T> T |
SpannerTemplate.performReadWriteTransaction(Function<SpannerTemplate,T> operations) |
<T> T |
SpannerOperations.performReadWriteTransaction(Function<SpannerTemplate,T> operations)
Performs multiple read and write operations in a single transaction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpannerRepositoryFactoryBean.setSpannerTemplate(SpannerTemplate spannerTemplate) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.