Moti Asayag has submitted this change and it was merged. Change subject: core: Task Manager Add JobRepository ......................................................................
core: Task Manager Add JobRepository The patch adds the JobRepository interface and its implementation, responsible for manipulating the Job entities using the job DAOs. It encapsulates task manager related operation as a single API and define the atomicity of the operations. DML operation are executed in a new transaction, detached from the scope in which the command is running. Change-Id: Ie35176f042bfd8d21100a76e3ac7a4f4dcb9c332 --- A backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/job/JobRepository.java A backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/job/JobRepositoryImpl.java A backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/JobRepositoryDaoTest.java 3 files changed, 464 insertions(+), 0 deletions(-) Approvals: Moti Asayag: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/1236 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie35176f042bfd8d21100a76e3ac7a4f4dcb9c332 Gerrit-PatchSet: 6 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <[email protected]> Gerrit-Reviewer: Livnat Peer <[email protected]> Gerrit-Reviewer: Michael Kublin <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
