Class DbAction.DeleteAllRoot<T>

java.lang.Object
org.springframework.data.relational.core.conversion.DbAction.DeleteAllRoot<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.DeleteAllRoot<T> extends Object implements DbAction<T>
Represents a delete statement for all aggregate roots of a given type.

Note that deletes for contained entities that reference the root are to be represented by separate DbActions.

  • Constructor Details

    • DeleteAllRoot

      public DeleteAllRoot(Class<T> entityType)
  • Method Details