Uses of Interface
org.hibernate.stat.CollectionStatistics
-
Packages that use CollectionStatistics Package Description org.hibernate.stat This package exposes statistics about a running instance ofSessionFactoryand its interaction with the database and second-level cache.org.hibernate.stat.internal The built-in implementation of the statistics collection service. -
-
Uses of CollectionStatistics in org.hibernate.stat
Methods in org.hibernate.stat that return CollectionStatistics Modifier and Type Method Description CollectionStatisticsStatistics. 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 Modifier and Type Class Description classCollectionStatisticsImplCollection related statistics
-