public class HibernateCollectionStatistics extends HibernateAbstractStatistics
Modifier and Type | Field and Description |
---|---|
static String |
OPERATION_COLLECTION_FETCH_COUNT |
static String |
OPERATION_COLLECTION_LOAD_COUNT |
static String |
OPERATION_COLLECTION_RECREATED_COUNT |
static String |
OPERATION_COLLECTION_REMOVE_COUNT |
static String |
OPERATION_COLLECTION_UPDATE_COUNT |
childrenNames, operations, rbs, types, writeableNames
Constructor and Description |
---|
HibernateCollectionStatistics() |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup,
PathAddress pathAddress) |
getChild, getChildrenNames, getEntityManagerFactory, getEntityManagerFactoryAccess, getNames, getPathAddress, getResourceBundleKeyPrefix, getResourceBundleName, getStatisticName, getType, getValue, isAttribute, isOperation, isWriteable, setValue
public static final String OPERATION_COLLECTION_LOAD_COUNT
public static final String OPERATION_COLLECTION_FETCH_COUNT
public static final String OPERATION_COLLECTION_UPDATE_COUNT
public static final String OPERATION_COLLECTION_REMOVE_COUNT
public static final String OPERATION_COLLECTION_RECREATED_COUNT
public Collection<String> getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup, PathAddress pathAddress)
Copyright © 2015 Red Hat. All rights reserved.