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);
}