Liran Zelkha has posted comments on this change. Change subject: engine : VdsUpdateRuntimeInfo updates the data of a specific VDS. ......................................................................
Patch Set 2: (1 inline comment) .................................................... File backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VmDynamicDAODbFacadeImpl.java Line 179: }; Line 180: } Line 181: Line 182: @Override Line 183: public void updateAllInTransaction(Map<Guid, VmDynamic> vmDynamicToSave) { I wanted to create a mechanism to allow multiple update stored procedures on en entity. And since the ordering of the parameters is important - we can't depend on existing mappers... Line 184: updateAllInBatch("updatevmdynamic", vmDynamicToSave.values(), new EntityToMapSqlParameterMapper<VmDynamic>() { Line 185: Line 186: @Override Line 187: public MapSqlParameterSource map(VmDynamic entity) { -- To view, visit http://gerrit.ovirt.org/16066 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie3e9735f4174ebabbe293d397d931aba72bbbd7b Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liran Zelkha <liran.zel...@gmail.com> Gerrit-Reviewer: Liran Zelkha <liran.zel...@gmail.com> Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com> Gerrit-Reviewer: Roy Golan <rgo...@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches