919293949596979899100101
w.store(basicCache); District d = new District(); d.setD_id(d_id); d.setD_w_id(w_id); found = d.load(basicCache); if (!found) throw new ElementNotFoundException("D_ID=" + d_id + " D_W_ID=" + w_id + " not found!"); d.setD_ytd(h_amount); d.store(basicCache);
121122123124125126127128129130131
// see clause 2.4.2.2 (dot 4) d.setD_id(d_id); d.setD_w_id(w_id); found = d.load(basicCache); if (!found) throw new ElementNotFoundException("D_ID=" + d_id + " D_W_ID=" + w_id + " not found!"); o_id = d.getD_next_o_id();