Class HibernateCollectionStatistics
java.lang.Object
org.jboss.as.jpa.hibernate.management.HibernateAbstractStatistics
org.jboss.as.jpa.hibernate.management.HibernateCollectionStatistics
- All Implemented Interfaces:
Statistics
Hibernate collection statistics
- Author:
- Scott Marlow
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.jboss.as.jpa.hibernate.management.HibernateAbstractStatistics
childrenNames, operations, rbs, types, writeableNames -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDynamicChildrenNames(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 Details
-
OPERATION_COLLECTION_LOAD_COUNT
- See Also:
-
OPERATION_COLLECTION_FETCH_COUNT
- See Also:
-
OPERATION_COLLECTION_UPDATE_COUNT
- See Also:
-
OPERATION_COLLECTION_REMOVE_COUNT
- See Also:
-
OPERATION_COLLECTION_RECREATED_COUNT
- See Also:
-
-
Constructor Details
-
HibernateCollectionStatistics
public HibernateCollectionStatistics()
-
-
Method Details
-
getDynamicChildrenNames
public Collection<String> getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup, PathAddress pathAddress)
-