Uses of Interface
org.hibernate.stat.NaturalIdStatistics
-
Packages that use NaturalIdStatistics Package Description org.hibernate.stat -
-
Uses of NaturalIdStatistics in org.hibernate.stat
Methods in org.hibernate.stat that return NaturalIdStatistics Modifier and Type Method Description NaturalIdStatisticsStatistics. getNaturalIdStatistics(String entityName)Obtain the natural id resolution statistics for the entity type with the given name.
-