8283848586878889909192
} } tx.commit(); } catch (Exception e) { tx.rollback(); e.printStackTrace(); } finally { session.close(); } }
117118119120121122123124125126127
session.update(dummy); } tx.commit(); } catch (Exception e) { tx.rollback(); e.printStackTrace(); } finally { session.close(); } Statistics stats = sf.getStatistics();
7475767778798081828384
8485868788899091929394
8687888990919293949596
121122123124125126127128129130131