Moti Asayag has posted comments on this change.

Change subject: engine: CRUD actions for HostNicVfsConfig
......................................................................


Patch Set 10: Code-Review-1

(1 comment)

http://gerrit.ovirt.org/#/c/35948/10/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/network/HostNicVfsConfigDaoDbFacadeImpl.java
File 
backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/network/HostNicVfsConfigDaoDbFacadeImpl.java:

Line 11: 
Line 12: public class HostNicVfsConfigDaoDbFacadeImpl extends 
DefaultGenericDaoDbFacade<HostNicVfsConfig, Guid> implements 
HostNicVfsConfigDao {
Line 13: 
Line 14:     public HostNicVfsConfigDaoDbFacadeImpl() {
Line 15:         super("hostNicVfsConfig");
if you change it to initcap 'HostNicVfsConfig' you would be able to maintain 
CamelCase for the stored procedures
Line 16:         setProcedureNameForGet("GethostNicVfsConfigById");
Line 17:     }
Line 18: 
Line 19:     @Override


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I022a1d19d935832a8baae41c123322dff0ab779b
Gerrit-PatchSet: 10
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alona Kaplan <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Moti Asayag <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to