Example usage for org.hibernate.stat Statistics interface-usage

List of usage examples for org.hibernate.stat Statistics interface-usage

Introduction

In this page you can find the example usage for org.hibernate.stat Statistics interface-usage.

Usage

From source file net.eisele.hibernatestatistics.jpa.StatisticsService.java

/**
 * Exposes the {@link Statistics} contract as JMX resource.
 *
 * @author Gunnar Morling
 */
@MXBean

From source file org.apache.karaf.jpa.hibernate.StatisticsMXBean.java

/**
 * MXBean compliant variant of hibernate Statistics 
 */
public interface StatisticsMXBean extends Statistics {

}