Class DbAction.BatchDeleteRoot<T>

java.lang.Object
org.springframework.data.relational.core.conversion.DbAction.BatchWithValue<T,DbAction.DeleteRoot<T>,Class<T>>
org.springframework.data.relational.core.conversion.DbAction.BatchDeleteRoot<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.BatchDeleteRoot<T> extends DbAction.BatchWithValue<T,DbAction.DeleteRoot<T>,Class<T>>
Represents a batch delete statement for multiple entities that are aggregate roots.
Since:
3.0