46474849505152535455565758
private static long _500T2s(T1 t1) { long x0 = System.currentTimeMillis(); for (int i = 1; i < 500; i++) { T2 t = new T2(); t.setName("T2_"); t.setT1(t1); t1.getObjectContext().commitChanges(); } long x1 = System.currentTimeMillis();