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()
ManagementAdaptorgetIdentificationLabel in interface ManagementAdaptorpublic String getVersion()
ManagementAdaptorgetVersion in interface ManagementAdaptorpublic Statistics getStatistics()
getStatistics in interface ManagementAdaptorCopyright © 2019 Red Hat. All rights reserved.