Eli Mesika has posted comments on this change.

Change subject: WIP: core: Make VDSStatic a JPA entity
......................................................................


Patch Set 1: Code-Review+1

(1 comment)

http://gerrit.ovirt.org/#/c/36600/1/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VdsStaticDAODbFacadeImpl.java
File 
backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VdsStaticDAODbFacadeImpl.java:

Line 38:     public List<VdsStatic> getAllForVdsGroup(Guid vdsGroup) {
Line 39:         return super.multiResults(em.createQuery("select v from 
VdsStatic v where v.vdsGroupId = :vdsGroupId")
Line 40:                 .setParameter("vdsGroupId", vdsGroup));
Line 41:     }
Line 42:     
TWS
Line 43:     @Override
Line 44:     public List<VdsStatic> getAll() {
Line 45:         throw new NotImplementedException();
Line 46:     }


-- 
To view, visit http://gerrit.ovirt.org/36600
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I5d7aa140e20dcd9468ae1ed00af1df0cf3e8b9e6
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liran Zelkha <lzel...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to