}
}
check.state(!where.isEmpty(), "where should not be empty");
int results = update(m, where);
if (results < 1) {
throw new JirmOptimisticLockException("Failed to update object: {}, where: {}",
updateBuilderFactory.getDefinition().getObjectType(),
where);
}
}