Uses of Interface
org.hibernate.stat.NaturalIdStatistics
-
Packages that use NaturalIdStatistics Package Description org.hibernate.stat org.hibernate.stat.internal -
-
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
-