Monday, January 4, 2016

How can we get hibernate statistics?

Ref:- http://career.guru99.com/hibernate-interview-questions/

We can get hibernate statistics using getStatistics() method of SessionFactory class as shown below:
SessionFactory.getStatistics()

No comments:

Post a Comment