Package play.db.jpa

Examples of play.db.jpa.JPAPlugin.startTx()


  }

  @play.db.jpa.NoTransaction
  public static void setup() {
    JPAPlugin plugin = play.Play.plugin(JPAPlugin.class);
    plugin.startTx(true);

    // clean out the old
    World.deleteAll();
    System.out.println("DELETED");
    // in with the new
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.