Package test.cayenne

Examples of test.cayenne.T2


  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();
View Full Code Here

TOP

Related Classes of test.cayenne.T2

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.