Class RelationalEntityUpdateWriter

java.lang.Object
org.springframework.data.relational.core.conversion.RelationalEntityUpdateWriter
All Implemented Interfaces:
EntityWriter<Object,MutableAggregateChange<?>>

public class RelationalEntityUpdateWriter extends Object implements EntityWriter<Object,MutableAggregateChange<?>>
Converts an aggregate represented by its root into an MutableAggregateChange. Does not perform any isNew check.
Since:
1.1
Author:
Thomas Lang, Jens Schauder