Class HibernateCollectionStatistics
- java.lang.Object
-
- org.jboss.as.jpa.hibernate.management.HibernateAbstractStatistics
-
- org.jboss.as.jpa.hibernate.management.HibernateCollectionStatistics
-
- All Implemented Interfaces:
Statistics
public class HibernateCollectionStatistics extends HibernateAbstractStatistics
Hibernate collection statistics- Author:
- Scott Marlow
-
-
Field Summary
Fields Modifier and Type Field Description static StringOPERATION_COLLECTION_FETCH_COUNTstatic StringOPERATION_COLLECTION_LOAD_COUNTstatic StringOPERATION_COLLECTION_RECREATED_COUNTstatic StringOPERATION_COLLECTION_REMOVE_COUNTstatic StringOPERATION_COLLECTION_UPDATE_COUNT-
Fields inherited from class org.jboss.as.jpa.hibernate.management.HibernateAbstractStatistics
childrenNames, operations, rbs, types, writeableNames
-
-
Constructor Summary
Constructors Constructor Description HibernateCollectionStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup, PathAddress pathAddress)-
Methods inherited from class org.jboss.as.jpa.hibernate.management.HibernateAbstractStatistics
getChild, getChildrenNames, getEntityManagerFactory, getEntityManagerFactoryAccess, getNames, getPathAddress, getResourceBundleKeyPrefix, getResourceBundleName, getStatisticName, getType, getValue, isAttribute, isOperation, isWriteable, setValue
-
-
-
-
Field Detail
-
OPERATION_COLLECTION_LOAD_COUNT
public static final String OPERATION_COLLECTION_LOAD_COUNT
- See Also:
- Constant Field Values
-
OPERATION_COLLECTION_FETCH_COUNT
public static final String OPERATION_COLLECTION_FETCH_COUNT
- See Also:
- Constant Field Values
-
OPERATION_COLLECTION_UPDATE_COUNT
public static final String OPERATION_COLLECTION_UPDATE_COUNT
- See Also:
- Constant Field Values
-
OPERATION_COLLECTION_REMOVE_COUNT
public static final String OPERATION_COLLECTION_REMOVE_COUNT
- See Also:
- Constant Field Values
-
OPERATION_COLLECTION_RECREATED_COUNT
public static final String OPERATION_COLLECTION_RECREATED_COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDynamicChildrenNames
public Collection<String> getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup, PathAddress pathAddress)
-
-