public class HibernateEntityStatistics extends HibernateAbstractStatistics
| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATION_ENTITY_DELETE_COUNT |
static String |
OPERATION_ENTITY_FETCH_COUNT |
static String |
OPERATION_ENTITY_INSERT_COUNT |
static String |
OPERATION_ENTITY_LOAD_COUNT |
static String |
OPERATION_ENTITY_UPDATE_COUNT |
static String |
OPERATION_OPTIMISTIC_FAILURE_COUNT |
childrenNames, operations, rbs, types, writeableNames| Constructor and Description |
|---|
HibernateEntityStatistics() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup,
PathAddress pathAddress) |
Set<String> |
getNames()
Get the statistics names
|
getChild, getChildrenNames, getEntityManagerFactory, getEntityManagerFactoryAccess, getPathAddress, getResourceBundleKeyPrefix, getResourceBundleName, getStatisticName, getType, getValue, isAttribute, isOperation, isWriteable, setValuepublic static final String OPERATION_ENTITY_DELETE_COUNT
public static final String OPERATION_ENTITY_INSERT_COUNT
public static final String OPERATION_ENTITY_LOAD_COUNT
public static final String OPERATION_ENTITY_FETCH_COUNT
public static final String OPERATION_ENTITY_UPDATE_COUNT
public static final String OPERATION_OPTIMISTIC_FAILURE_COUNT
public Set<String> getNames()
StatisticsgetNames in interface StatisticsgetNames in class HibernateAbstractStatisticspublic Collection<String> getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup, PathAddress pathAddress)
Copyright © 2019 Red Hat. All rights reserved.