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 |
| Constructor and Description |
|---|
HibernateEntityStatistics() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getDynamicChildrenNames(org.jipijapa.management.spi.EntityManagerFactoryAccess entityManagerFactoryLookup,
org.jipijapa.management.spi.PathAddress pathAddress) |
Set<String> |
getNames() |
getChild, getChildrenNames, getEntityManagerFactory, getEntityManagerFactoryAccess, getOperations, getPathAddress, getResourceBundleKeyPrefix, getResourceBundleName, getStatisticName, getType, getTypes, getValue, getWriteableNames, isAttribute, isOperation, isWriteable, setChildrenNames, setOperations, setTypes, setValue, setWriteableNamespublic 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()
getNames in interface org.jipijapa.management.spi.StatisticsgetNames in class HibernateAbstractStatisticspublic Collection<String> getDynamicChildrenNames(org.jipijapa.management.spi.EntityManagerFactoryAccess entityManagerFactoryLookup, org.jipijapa.management.spi.PathAddress pathAddress)
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.