Interface DtoDeleteWhereClause<DTO>

Type Parameters:
DTO - the type of the DTO
All Superinterfaces:
DeleteQuery
All Known Implementing Classes:
DtoDeletor

public sealed interface DtoDeleteWhereClause<DTO> extends DeleteQuery permits DtoDeletor<DTO>
A WHERE clause for DTO-based delete operations.