Class RelationalEntityInsertWriter<T>

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

public class RelationalEntityInsertWriter<T> extends Object implements EntityWriter<T,RootAggregateChange<T>>
Converts an aggregate represented by its root into a RootAggregateChange. Does not perform any isNew check.
Since:
1.1
Author:
Thomas Lang, Jens Schauder, Chirag Tailor