this.shouldOrderUpdates = shouldOrderUpdates;
}
@Override
public DatabaseValueHolder createCloneQueryValueHolder(ValueHolderInterface attributeValue, Object clone, AbstractRecord row, ForeignReferenceMapping mapping) {
return new UnitOfWorkQueryValueHolder(attributeValue, clone, mapping, row, this);
}