Class DbAction.DeleteAll<T>

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

public static final class DbAction.DeleteAll<T> extends Object implements DbAction.WithPropertyPath<T>
Represents an delete statement for all entities that that a reachable via a give path from any aggregate root of a given type.