Class BatchUpdateCommand

All Implemented Interfaces:
Command<int[]>

public class BatchUpdateCommand extends BatchModifyCommand<BatchUpdateQuery>
A command to execute a batch update.

This command executes SQL UPDATE statements in batch mode and increments version numbers if entities have optimistic lock control.

  • Constructor Details

    • BatchUpdateCommand

      public BatchUpdateCommand(BatchUpdateQuery query)
      Creates a new instance.
      Parameters:
      query - the batch update query
  • Method Details