Class DbAction.BatchInsertRoot<T>

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

public static final class DbAction.BatchInsertRoot<T> extends DbAction.BatchWithValue<T,DbAction.InsertRoot<T>,IdValueSource>
Represents a batch insert statement for a multiple entities that are aggregate roots.
Since:
3.0