Uses of Interface
org.hibernate.cfg.StatisticsSettings
-
Packages that use StatisticsSettings Package Description org.hibernate.cfg This package defines APIs for configuring Hibernate. -
-
Uses of StatisticsSettings in org.hibernate.cfg
Subinterfaces of StatisticsSettings in org.hibernate.cfg Modifier and Type Interface Description interface
AvailableSettings
Enumerates the configuration properties supported by Hibernate, including properties defined by the JPA specification.Classes in org.hibernate.cfg that implement StatisticsSettings Modifier and Type Class Description class
Environment
Provides access to configuration properties passed inProperties
objects.
-