555556557558559560561562563564565
throw (SQLException) e; if (e instanceof RuntimeException) throw (RuntimeException) e; throw new EJBExceptionWrapper(e); } finally { if (rs != null) rs.close(); } }
18941895189618971898189919001901190219031904
} catch (SQLException e) { throw new IllegalStateException(e); } catch (Exception e) { throw new EJBExceptionWrapper(e); } finally { if (! _isXA) _isInTransaction = false;
19261927192819291930193119321933
} catch (RuntimeException e) { throw e; } catch (SQLException e) { throw new IllegalStateException(e); } catch (Exception e) { throw new EJBExceptionWrapper(e); } }
19421943194419451946194719481949
21352136213721382139214021412142
createInternal(obj); } catch (RuntimeException e) { throw e; } catch (Exception e) { throw new EJBExceptionWrapper(e); } }
21552156215721582159216021612162
createInternal(homeName, obj); } catch (RuntimeException e) { throw e; } catch (Exception e) { throw new EJBExceptionWrapper(e); } }
21752176217721782179218021812182
createInternal(home, obj); } catch (RuntimeException e) { throw e; } catch (Exception e) { throw new EJBExceptionWrapper(e); } }
24582459246024612462246324642465246624672468
} catch (SQLException e) { throw new IllegalStateException(e); } catch (Exception e) { throw new EJBExceptionWrapper(e); } finally { _depth = 0; for (int i = _entitiesTop - 1; i >= 0; i--) {
30643065306630673068306930703071
else return (T) mergeDetachedEntity(entity); } catch (RuntimeException e) { throw e; } catch (Exception e) { throw new EJBExceptionWrapper(e); } }
31233124312531263127312831293130
return newEntity; } catch (RuntimeException e) { throw e; } catch (Exception e) { throw new EJBExceptionWrapper(e); } }