Uses of Interface
org.hibernate.stat.NaturalIdStatistics
-
Packages that use NaturalIdStatistics Package Description org.hibernate.stat This package exposes statistics about a running instance ofSessionFactory
and its interaction with the database and second-level cache.org.hibernate.stat.internal The built-in implementation of the statistics collection service. -
-
Uses of NaturalIdStatistics in org.hibernate.stat
Methods in org.hibernate.stat that return NaturalIdStatistics Modifier and Type Method Description NaturalIdStatistics
Statistics. getNaturalIdStatistics(String entityName)
Obtain the natural id resolution statistics for the entity type with the given name. -
Uses of NaturalIdStatistics in org.hibernate.stat.internal
Classes in org.hibernate.stat.internal that implement NaturalIdStatistics Modifier and Type Class Description class
NaturalIdStatisticsImpl
NaturalId cache statistics of a specific entity
-