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, setValue
public 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()
Statistics
getNames
in interface Statistics
getNames
in class HibernateAbstractStatistics
public Collection<String> getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup, PathAddress pathAddress)
Copyright © 2016 Red Hat. All rights reserved.