See: Description
| Interface | Description |
|---|---|
| MultipleValueBinder |
An interface that allows multiple values to be bound for Cloud Spanner.
|
| SpannerEntityProcessor |
Interface for processors that can populate fields from Spanner Structs and write them
to Spanner Mutations.
|
| SpannerEntityWriter |
An entity writer that writes values from an entity to a sink.
|
| Class | Description |
|---|---|
| ConversionUtils |
Utility functions used in conversion operations.
|
| ConverterAwareMappingSpannerEntityProcessor |
The primary class for writing entity objects to Spanner and creating entity objects
from rows stored in Spanner.
|
| ConverterAwareMappingSpannerEntityWriter |
The primary class for adding values from entity objects to
Mutation.WriteBuilder for
the purpose of creating mutations for Spanner. |
| SpannerConverters |
Default commonly-used custom converters.
|
| SpannerCustomConverter |
A custom type converter.
|
| SpannerReadConverter |
A custom converter used for reading from Spanner data types.
|
| SpannerTypeMapper |
A utility class to map between common Java types and types to use with Spanner.
|
| SpannerWriteConverter |
A custom converter for writing values from entities to types for Spanner.
|
| StructAccessor |
A convenience wrapper class around Struct to make reading columns easier without
knowing their type.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.