ADF 11G : setCurrentRowWithKey Vs SetCurrentRowWithValue
SetCurrentRowWithKey
This operation require rowKey parameter and framework has
already provided value in inbuild parameter i.e. #{row.rowKey}.
SetCurrentRowWithValue
This operation on other hand require value which can be EmployeeId for employee table and similar
primary key for identifying the row.