Session close counter statistic not updated when using Hibernate in JPA mode

Description

When using hibernate in JPA mode with statistics enabled, the session close statistic is not updated.
Giving a look in the close() method of SessionImpl

we can see that getFactory().getStatistics().closeSession(); is only called in native mode

Activity

Show:
Fixed

Details

Assignee

Reporter

Worked in

Components

Fix versions

Affects versions

Priority

Created March 29, 2017 at 11:33 AM
Updated April 6, 2017 at 10:01 AM
Resolved April 6, 2017 at 10:01 AM