Uses of Interface
com.google.cloud.spring.data.spanner.core.SpannerMutationFactory
Package
Description
Core support for Spring Data Cloud Spanner.
-
Uses of SpannerMutationFactory in com.google.cloud.spring.data.spanner.core
Modifier and TypeClassDescriptionclass
Factory that generates mutations for writing to Spanner.ModifierConstructorDescriptionSpannerTemplate
(Supplier<com.google.cloud.spanner.DatabaseClient> databaseClientProvider, SpannerMappingContext mappingContext, SpannerEntityProcessor spannerEntityProcessor, SpannerMutationFactory spannerMutationFactory, SpannerSchemaUtils spannerSchemaUtils)