6869707172737475
c.close(); } JDBCWithJNDIPersistenceHelper.connection.set(null); } } catch (SQLException e) { throw new PersistenceException(e); } }
8283848586878889
c = this.dataSource.getConnection(); JDBCWithJNDIPersistenceHelper.connection.set(c); } return c; } catch (SQLException e) { throw new PersistenceException(e); } }