switchDatasource(PersistenceManagerFactoryName.nontransactional);
getExecutionContext().setProperty(PROP_DETACH_ON_CLOSE, true);
testRemoveAll_UnencodedStringPkOnParent(NEW_PM_START_END);
}
private void testRemoveAll_UnencodedStringPkOnParent(StartEnd startEnd) throws EntityNotFoundException {
HasOneToManyUnencodedStringPkSetJDO parent = new HasOneToManyUnencodedStringPkSetJDO();
parent.setId("parent id");
testRemoveAll_UnencodedStringPkOnParent(parent, new BidirectionalChildUnencodedStringPkSetJDO(),
new BidirectionalChildUnencodedStringPkSetJDO(),
new BidirectionalChildUnencodedStringPkSetJDO(), startEnd);
}