Class DtoDeletor<DTO>

java.lang.Object
org.litebridge.orm.api.delete.impl.AbstractDeletor<DtoDeleteSpec>
org.litebridge.orm.api.dto.delete.DtoDeletor<DTO>
Type Parameters:
DTO - the type of the DTO
All Implemented Interfaces:
DeleteQuery, DeleteTerminal, DtoDeleteWhereClause<DTO>

public final class DtoDeletor<DTO> extends org.litebridge.orm.api.delete.impl.AbstractDeletor<DtoDeleteSpec> implements DtoDeleteWhereClause<DTO>
Executor for DTO delete operations.