public void testSaveWithOrderBy_NoTxn() throws EntityNotFoundException {
switchDatasource(PersistenceManagerFactoryName.nontransactional);
testSaveWithOrderBy(NEW_PM_START_END);
}
private void testSaveWithOrderBy(StartEnd startEnd) throws EntityNotFoundException {
testSaveWithOrderBy(new HasOneToManyListWithOrderByJDO(), startEnd);
}