Package com.google.appengine.datanucleus.test.jdo.HasPolymorphicRelationsJDO

Examples of com.google.appengine.datanucleus.test.jdo.HasPolymorphicRelationsJDO.HasOneToManyUnencodedStringPkJDO


    switchDatasource(PersistenceManagerFactoryName.nontransactional);
    getExecutionContext().setProperty(PROP_DETACH_ON_CLOSE, true);
    testRemoveAll_UnencodedStringPkOnParent(NEW_PM_START_END);
  }
  private void testRemoveAll_UnencodedStringPkOnParent(StartEnd startEnd) throws EntityNotFoundException {
    HasOneToManyUnencodedStringPkJDO parent = new HasOneToManyListUnencodedStringPk();
    parent.setId("parent id");
    testRemoveAll_UnencodedStringPkOnParent(parent, new BidirBottomUnencodedStringPk(),
                  new BidirTopUnencodedStringPk(), new BidirMiddleUnencodedStringPk(),
                  startEnd);
  }
View Full Code Here

TOP

Related Classes of com.google.appengine.datanucleus.test.jdo.HasPolymorphicRelationsJDO.HasOneToManyUnencodedStringPkJDO

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.