Package | Description |
---|---|
org.springframework.cloud.gcp.data.spanner.core.convert |
Classes related to conversion of data and mapping of entities in Cloud Spanner support for Spring Data.
|
Modifier and Type | Method and Description |
---|---|
void |
ConverterAwareMappingSpannerEntityProcessor.write(Object source,
MultipleValueBinder sink)
Writes each of the source properties to the sink.
|
void |
ConverterAwareMappingSpannerEntityWriter.write(Object source,
MultipleValueBinder sink) |
void |
ConverterAwareMappingSpannerEntityProcessor.write(Object source,
MultipleValueBinder sink,
Set<String> includeColumns) |
void |
SpannerEntityWriter.write(Object source,
MultipleValueBinder sink,
Set<String> includeColumns)
Writes an object's properties to the sink.
|
void |
ConverterAwareMappingSpannerEntityWriter.write(Object source,
MultipleValueBinder sink,
Set<String> includeColumns)
Writes an object's properties to the sink.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.