Uses of Interface
com.google.cloud.spring.data.spanner.core.convert.SpannerEntityWriter
Packages that use SpannerEntityWriter
Package
Description
Classes related to conversion of data and mapping of entities in Cloud Spanner support for Spring
Data.
Classes related to type and Spring Data metadata in Cloud Spanner support for Spring Data.
-
Uses of SpannerEntityWriter in com.google.cloud.spring.data.spanner.core.convert
Subinterfaces of SpannerEntityWriter in com.google.cloud.spring.data.spanner.core.convertModifier and TypeInterfaceDescriptioninterface
Interface for processors that can populate fields from Spanner Structs and write them to Spanner Mutations.Classes in com.google.cloud.spring.data.spanner.core.convert that implement SpannerEntityWriterModifier and TypeClassDescriptionclass
The primary class for writing entity objects to Spanner and creating entity objects from rows stored in Spanner.class
The primary class for adding values from entity objects toMutation.WriteBuilder
for the purpose of creating mutations for Spanner. -
Uses of SpannerEntityWriter in com.google.cloud.spring.data.spanner.core.mapping
Methods in com.google.cloud.spring.data.spanner.core.mapping that return SpannerEntityWriterModifier and TypeMethodDescriptionSpannerPersistentEntity.getSpannerEntityProcessor()
Gets a SpannerEntityProcessor that can be used to create Cloud Spanner keys from one or more persistent properties.SpannerPersistentEntityImpl.getSpannerEntityProcessor()