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. -
-
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.
-