Skip to content

Instantly share code, notes, and snippets.

View rayploski's full-sized avatar

Ray Ploski rayploski

  • HashiCorp
  • Bend, OR
View GitHub Profile

Keybase proof

I hereby claim:

  • I am rayploski on github.
  • I am rayploski (https://keybase.io/rayploski) on keybase.
  • I have a public key ASCkoxSwb6iQG0Li3t1vcMPtn2Pmm4a80sB-IpHvXi0Dngo

To claim this, I am signing this object:

@rayploski
rayploski / HibernateUtils.java
Created October 14, 2009 21:25
A Seam Component that will register Hibernate Statistics within the JMX View
package com.redhat.scoreboard.helpers;
import javax.management.MBeanServer;
import javax.management.MBeanServerFactory;
import javax.management.ObjectName;
import javax.persistence.EntityManager;
import org.hibernate.jmx.StatisticsService;
import org.hibernate.stat.Statistics;
import org.jboss.seam.ScopeType;