getExecutionContext().setProperty(PROP_DETACH_ON_CLOSE, true);
testAddChildToOneToManyParentWithUnencodedStringPk(NEW_PM_START_END);
}
private void testAddChildToOneToManyParentWithUnencodedStringPk(StartEnd startEnd) throws EntityNotFoundException {
testAddChildToOneToManyParentWithUnencodedStringPk(
new HasOneToManyUnencodedStringPkSet(), new BidirMiddleUnencodedStringPk(),
startEnd, UnidirLevel.Middle, "yar");
testAddChildToOneToManyParentWithUnencodedStringPk(
new HasOneToManyUnencodedStringPkSet(), new BidirTopUnencodedStringPkJDO(),
startEnd, UnidirLevel.Bottom, "yas");
testAddChildToOneToManyParentWithUnencodedStringPk(