Uses of Interface
org.hibernate.stat.EntityStatistics
Packages that use EntityStatistics
Package
Description
This package exposes statistics
about a running instance of
SessionFactory
and its
interaction with the database and second-level cache.The built-in implementation of the statistics collection service.
-
Uses of EntityStatistics in org.hibernate.stat
Methods in org.hibernate.stat that return EntityStatisticsModifier and TypeMethodDescriptionStatistics.getEntityStatistics
(String entityName) Obtain the statistics for the entity with the given name. -
Uses of EntityStatistics in org.hibernate.stat.internal
Classes in org.hibernate.stat.internal that implement EntityStatistics