Uses of Interface
net.sf.ehcache.hibernate.management.api.HibernateStats
-
Packages that use HibernateStats Package Description net.sf.ehcache.hibernate.management.api This package contains JMX related interfaces for Hibernate and ehcache statisticsnet.sf.ehcache.hibernate.management.impl This package contains JMX related classes for Hibernate and ehcache statistics -
-
Uses of HibernateStats in net.sf.ehcache.hibernate.management.api
Subinterfaces of HibernateStats in net.sf.ehcache.hibernate.management.api Modifier and Type Interface Description interfaceEhcacheHibernateMBeanMBean interface for hibernate statistics of session-factories -
Uses of HibernateStats in net.sf.ehcache.hibernate.management.impl
Classes in net.sf.ehcache.hibernate.management.impl that implement HibernateStats Modifier and Type Class Description classEhcacheHibernateImplementation of theEhcacheHibernateMBeanclassHibernateStatsImplImplementation ofHibernateStatsclassNullHibernateStatsImplementation ofHibernateStatsthat does nothingFields in net.sf.ehcache.hibernate.management.impl declared as HibernateStats Modifier and Type Field Description static HibernateStatsNullHibernateStats. INSTANCESingleton instance.
-