473474475476477478479480481482
{ _deleteKeys[_x] = new Integer(idsToBeDeleted[_x]); if (!constraints_.containsKey(_deleteKeys[_x])) { throw new ConstraintNotFound(idsToBeDeleted[_x]); } } return _deleteKeys; }
537538539540541542543544545546547
_constraintInfo[_x] = ((ConstraintEntry) constraints_.get(_key)) .getConstraintInfo(); } else { throw new ConstraintNotFound(ids[_x]); } } return _constraintInfo; } finally