Uses of Interface
org.hibernate.stat.CollectionStatistics
Packages that use CollectionStatistics
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 CollectionStatistics in org.hibernate.stat
Methods in org.hibernate.stat that return CollectionStatisticsModifier and TypeMethodDescriptionStatistics.getCollectionStatistics
(String role) Obtain the statistics for the collection with the given role. -
Uses of CollectionStatistics in org.hibernate.stat.internal
Classes in org.hibernate.stat.internal that implement CollectionStatistics