Class DbAction.InsertRoot<T>

java.lang.Object
org.springframework.data.relational.core.conversion.DbAction.InsertRoot<T>
Type Parameters:
T - type of the entity for which this represents a database interaction.
All Implemented Interfaces:
DbAction<T>, DbAction.WithEntity<T>, DbAction.WithRoot<T>
Enclosing interface:
DbAction<T>

public static class DbAction.InsertRoot<T> extends Object implements DbAction.WithRoot<T>
Represents an insert statement for the root of an aggregate. Upon a successful insert, the initial version and generated ids are populated.