Class DbAction.BatchDelete<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.BatchDelete<T> extends DbAction.BatchWithValue<T,DbAction.Delete<T>,PersistentPropertyPath<RelationalPersistentProperty>>
Represents a batch delete statement for multiple entities that are reachable via a given path from the aggregate root.
Since:
3.0