1608160916101611161216131614161516161617
return false; return trans.getStatus() == Status.STATUS_MARKED_ROLLBACK; } catch (OpenJPAException ke) { throw ke; } catch (Exception e) { throw new GeneralException(e); } finally { endOperation(); } }
1631163216331634163516361637163816391640
return null; } catch (OpenJPAException ke) { throw ke; } catch (Exception e) { throw new GeneralException(e); } finally { endOperation(); } }
16721673167416751676167716781679
_log.trace(_loc.get("invalid-tran-status", Integer.valueOf( tranStatus), "setRollbackOnly")); } catch (OpenJPAException ke) { throw ke; } catch (Exception e) { throw new GeneralException(e); } }
1703170417051706170717081709171017111712
} _savepoints.put(name, save); } catch (OpenJPAException ke) { throw ke; } catch (Exception e) { throw new GeneralException(e); } finally { endOperation(); } }
1746174717481749175017511752175317541755
if (_savepointCache != null) _savepointCache.clear(); } catch (OpenJPAException ke) { throw ke; } catch (Exception e) { throw new GeneralException(e); } finally { endOperation(); } }
1822182318241825182618271828182918301831
} } catch (OpenJPAException ke) { throw ke; } catch (Exception e) { throw new GeneralException(e); } finally { endOperation(); } }
19461947194819491950195119521953
} catch (OpenJPAException ke) { unlock(); throw ke; } catch (RuntimeException re) { unlock(); throw new GeneralException(re); } }
19661967196819691970197119721973197419751976
throw new InternalException(_loc.get("multi-threaded-access")); return _operationCount == 1; } catch (OpenJPAException ke) { throw ke; } catch (RuntimeException re) { throw new GeneralException(re); } finally { _operationCount--; if (_operationCount == 0) initializeOperatingSet(); unlock();
24982499250025012502250325042505250625072508
persistInternal(obj, null, explicit, call, true); } catch (UserException ue) { exceps = add(exceps, ue); } catch (RuntimeException re) { throw new GeneralException(re); } } } finally { endOperation(); }
2580258125822583258425852586258725882589
return persistInternal(obj, id, explicit, call, fireEvent); } catch (OpenJPAException ke) { throw ke; } catch (RuntimeException re) { throw new GeneralException(re); } finally { endOperation(); } }