1.

How Can We Get Hibernate Statistics?

Answer»

We can get hibernate STATISTICS USING getStatistics() method of SessionFactory CLASS as SHOWN below:
SessionFactory.getStatistics()

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



Discussion

No Comment Found