Package org.hibernate.stat.internal
Class StatsHelper
- java.lang.Object
-
- org.hibernate.stat.internal.StatsHelper
-
public class StatsHelper extends Object
Utilities useful when dealing with stats.
-
-
Field Summary
Fields Modifier and Type Field Description static StatsHelper
INSTANCE
Singleton access
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NavigableRole
getRootEntityRole(EntityPersister entityDescriptor)
-
-
-
Field Detail
-
INSTANCE
public static final StatsHelper INSTANCE
Singleton access
-
-
Method Detail
-
getRootEntityRole
public NavigableRole getRootEntityRole(EntityPersister entityDescriptor)
-
-