Class DbAction.InsertBatch<T>

java.lang.Object
org.springframework.data.relational.core.conversion.DbAction.InsertBatch<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.InsertBatch<T> extends Object implements DbAction<T>
Represents a batch insert statement for a multiple entities that are not aggregate roots.
Since:
2.4