Yair Zaslavsky has posted comments on this change.

Change subject: core: LUN_storage_server_connection_map row mapper
......................................................................


Patch Set 2: (1 inline comment)

....................................................
File 
backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/StorageServerConnectionLunMapDAODbFacadeImpl.java
Line 27:                 new StorageServerConnectionLunMapRowMapper();
Line 28: 
Line 29:         @Override
Line 30:         public LUN_storage_server_connection_map mapRow(ResultSet rs, 
int rowNum) throws SQLException {
Line 31:             LUN_storage_server_connection_map entity = new 
LUN_storage_server_connection_map();
Would be awesome if one day the entity will be also renamed ;)
Line 32:             entity.setLunId(rs.getString("LUN_id"));
Line 33:             
entity.setstorage_server_connection(rs.getString("storage_server_connection"));
Line 34:             return entity;
Line 35:         }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ibd986b67d43c054a98144cde365d6e3f82d82641
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Alissa Bonas <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Liron Aravot <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Tal Nisan <[email protected]>
Gerrit-Reviewer: Vered Volansky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to