115. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/20/2017 5:56:12 PM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

115.1 Files compared

# Location File Last Modified
1 Genisis_2.0_v6_bld6.zip\Source Code\UI\Services\src\main\java\gov\va\genisis2\dao IHibernateDao.java Thu Dec 14 19:57:07 2017 UTC
2 Genisis_2.0_v6_bld6.zip\Source Code\UI\Services\src\main\java\gov\va\genisis2\dao IHibernateDao.java Wed Dec 20 22:13:26 2017 UTC

115.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 34
Changed 1 2
Inserted 0 0
Removed 0 0

115.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

115.4 Active regular expressions

No regular expressions were active.

115.5 Comparison detail

  1   package go v.va.genis is2.dao;
  2  
  3   import org .hibernate .Session;
  4  
  5   import gov .va.genisi s2.excepti ons.Genisi sDAOExcept ion;
  6  
  7   /**
  8    * 
  9    * @author  P II
  10    *
  11    */
  12   public int erface IHi bernateDao  {
  13           pu blic <T> i nt getMaxR owValue(Se ssion sess ion, Class <T> persis tentClass,  String pr opertyName ) throws G enisisDAOE xception;
  14           
  15           pu blic int c reateData( Session se ssion, Obj ect entity ) throws G enisisDAOE xception;
  16           
  17           pu blic Objec t updateDa ta(Session  session,  Object ent ity) throw s GenisisD AOExceptio n;
  18   }