Package com.google.appengine.datanucleus.test.jpa.BidirectionalSingleTableChildListJPA

Examples of com.google.appengine.datanucleus.test.jpa.BidirectionalSingleTableChildListJPA.BidirTopStringPkList


  }
  public void testInsert_NewParentAndChild_StringPk_NoTxn() throws Exception {
    testInsert_NewParentAndChild_StringPk(NEW_EM_START_END);
  }
  private void testInsert_NewParentAndChild_StringPk(StartEnd startEnd) throws Exception {
    testInsert_NewParentAndChild_StringPk("yar", new BidirTopStringPkList(), startEnd,
  UnidirLevel.Top, new Long(1), 1);
    testInsert_NewParentAndChild_StringPk("yas", new BidirBottomStringPkList(), startEnd,
  UnidirLevel.Middle, new Long(3), 2);
    testInsert_NewParentAndChild_StringPk("yat", new BidirMiddleStringPkList(), startEnd,
  UnidirLevel.Bottom, new Long(2), 3);
View Full Code Here

TOP

Related Classes of com.google.appengine.datanucleus.test.jpa.BidirectionalSingleTableChildListJPA.BidirTopStringPkList

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.