public class HibernateManagementAdaptor extends Object implements ManagementAdaptor
Constructor and Description |
---|
HibernateManagementAdaptor() |
Modifier and Type | Method and Description |
---|---|
String |
getIdentificationLabel()
Get the short identification string that represents the management adaptor (e.g Hibernate)
|
static HibernateManagementAdaptor |
getInstance()
The management statistics are shared across all Hibernate 4 JPA deployments
|
Statistics |
getStatistics() |
String |
getVersion()
Version that uniquely identifies the management adapter (can be used to tell the difference between
Hibernate 4.1 vs 4.3).
|
public static HibernateManagementAdaptor getInstance()
public String getIdentificationLabel()
ManagementAdaptor
getIdentificationLabel
in interface ManagementAdaptor
public String getVersion()
ManagementAdaptor
getVersion
in interface ManagementAdaptor
public Statistics getStatistics()
getStatistics
in interface ManagementAdaptor
Copyright © 2013 Red Hat. All rights reserved.