Class BatchDeleteCommand

All Implemented Interfaces:
Command<int[]>

public class BatchDeleteCommand extends BatchModifyCommand<BatchDeleteQuery>
A command to execute a batch delete.

This command executes SQL DELETE statements in batch mode.