2749275027512752275327542755275627572758
assertWriteOperation(); delete(obj, getStateManagerImpl(obj, true), call); } catch (OpenJPAException ke) { throw ke; } catch (RuntimeException re) { throw new GeneralException(re); } finally { endOperation(); } }
2851285228532854285528562857285828592860
} } catch (OpenJPAException ke) { throw ke; } catch (RuntimeException re) { throw new GeneralException(re); } finally { endOperation(); } }
2931293229332934293529362937293829392940
sm.initialize(copy, state); return sm; } catch (OpenJPAException ke) { throw ke; } catch (RuntimeException re) { throw new GeneralException(re); } finally { endOperation(); } }
311231133114311531163117311831193120
} } } catch (OpenJPAException ke) { throw ke; } catch (RuntimeException re) { throw new GeneralException(re); } throwNestedExceptions(exceps, false); }
31463147314831493150315131523153
== Boolean.TRUE) throw newDetachedException(obj, "refresh"); } catch (OpenJPAException ke) { throw ke; } catch (RuntimeException re) { throw new GeneralException(re); } }
32293230323132323233323432353236323732383239
} } } catch (OpenJPAException ke) { throw ke; } catch (RuntimeException re) { throw new GeneralException(re); } finally { endOperation(); } throwNestedExceptions(exceps, false); }
3265326632673268326932703271327232733274
== Boolean.TRUE) throw newDetachedException(obj, "retrieve"); } catch (OpenJPAException ke) { throw ke; } catch (RuntimeException re) { throw new GeneralException(re); } finally { endOperation(); } }
3353335433553356335733583359336033613362
3371337233733374337533763377337833793380
try { return new DetachManager(this, false, call).detach(obj); } catch (OpenJPAException ke) { throw ke; } catch (RuntimeException re) { throw new GeneralException(re); } finally { endOperation(); } }
3391339233933394339533963397339833993400
try { return new DetachManager(this, false, call).detachAll(objs); } catch (OpenJPAException ke) { throw ke; } catch (RuntimeException re) { throw new GeneralException(re); } finally { endOperation(); } }