* @see org.apache.oozie.command.RerunTransitionXCommand#performWrites()
*/
@Override
public void performWrites() throws CommandException {
try {
jpaService.execute(new BulkUpdateInsertJPAExecutor(updateList, insertList));
}
catch (JPAExecutorException e) {
throw new CommandException(e);
}
}