Class HibernateManagementAdaptor

  • All Implemented Interfaces:
    org.jipijapa.plugin.spi.ManagementAdaptor

    public class HibernateManagementAdaptor
    extends java.lang.Object
    implements org.jipijapa.plugin.spi.ManagementAdaptor
    Contains management support for Hibernate
    • Constructor Detail

      • HibernateManagementAdaptor

        public HibernateManagementAdaptor()
    • Method Detail

      • getInstance

        public static HibernateManagementAdaptor getInstance()
        The management statistics are shared across all Hibernate 4 JPA deployments
        Returns:
        shared instance for all Hibernate 4 JPA deployments
      • getIdentificationLabel

        public java.lang.String getIdentificationLabel()
        Specified by:
        getIdentificationLabel in interface org.jipijapa.plugin.spi.ManagementAdaptor
      • getVersion

        public java.lang.String getVersion()
        Specified by:
        getVersion in interface org.jipijapa.plugin.spi.ManagementAdaptor
      • getStatistics

        public org.jipijapa.management.spi.Statistics getStatistics()
        Specified by:
        getStatistics in interface org.jipijapa.plugin.spi.ManagementAdaptor