Class HibernateManagementAdaptor
- java.lang.Object
-
- org.jboss.as.jpa.hibernate.management.HibernateManagementAdaptor
-
- All Implemented Interfaces:
ManagementAdaptor,ManagementAdaptor
public class HibernateManagementAdaptor extends Object implements ManagementAdaptor
Contains management support for Hibernate- Author:
- Scott Marlow
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentificationLabel()static HibernateManagementAdaptorgetInstance()The management statistics are shared across all Hibernate 4 Jakarta Persistence deploymentsStatisticsgetStatistics()StringgetVersion()
-
-
-
Method Detail
-
getInstance
public static HibernateManagementAdaptor getInstance()
The management statistics are shared across all Hibernate 4 Jakarta Persistence deployments- Returns:
- shared instance for all Hibernate 4 Jakarta Persistence deployments
-
getIdentificationLabel
public String getIdentificationLabel()
- Specified by:
getIdentificationLabelin interfaceManagementAdaptor
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceManagementAdaptor
-
getStatistics
public Statistics getStatistics()
- Specified by:
getStatisticsin interfaceManagementAdaptor
-
-