Uses of Interface
org.hibernate.stat.NaturalIdStatistics
Packages that use NaturalIdStatistics
Package
Description
This package exposes statistics
about a running instance of
SessionFactory
and its
interaction with the database and second-level cache.-
Uses of NaturalIdStatistics in org.hibernate.stat
Methods in org.hibernate.stat that return NaturalIdStatisticsModifier and TypeMethodDescriptionStatistics.getNaturalIdStatistics
(String entityName) Obtain the natural id resolution statistics for the entity type with the given name.