for (i = 0; i < localHashMappedList1.size(); i++)
{
localObject = (Table)localHashMappedList1.getKey(i);
localHashMappedList2 = (HashMappedList)localHashMappedList1.get(i);
((Table)localObject).updateRowSet(paramSession, localHashMappedList2, null, false);
localHashMappedList2.clear();
}
fireAll(paramSession, 1);
localHashSet.clear();
this.constraintPath = localHashSet;
this.tableUpdateList = localHashMappedList1;