Class RelationalEntityWriter<T>

java.lang.Object
org.springframework.data.relational.core.conversion.RelationalEntityWriter<T>
All Implemented Interfaces:
EntityWriter<T,RootAggregateChange<T>>

public class RelationalEntityWriter<T> extends Object implements EntityWriter<T,RootAggregateChange<T>>
Converts an aggregate represented by its root into a RootAggregateChange.
Author:
Jens Schauder, Mark Paluch, Chirag Tailor