Class HibernateCollectionStatistics
- java.lang.Object
-
- org.jboss.as.jpa.hibernate5.management.HibernateAbstractStatistics
-
- org.jboss.as.jpa.hibernate5.management.HibernateCollectionStatistics
-
- All Implemented Interfaces:
org.jipijapa.management.spi.Statistics
public class HibernateCollectionStatistics extends HibernateAbstractStatistics
Hibernate collection statistics
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
OPERATION_COLLECTION_FETCH_COUNT
static java.lang.String
OPERATION_COLLECTION_LOAD_COUNT
static java.lang.String
OPERATION_COLLECTION_RECREATED_COUNT
static java.lang.String
OPERATION_COLLECTION_REMOVE_COUNT
static java.lang.String
OPERATION_COLLECTION_UPDATE_COUNT
-
Constructor Summary
Constructors Constructor Description HibernateCollectionStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<java.lang.String>
getDynamicChildrenNames(org.jipijapa.management.spi.EntityManagerFactoryAccess entityManagerFactoryLookup, org.jipijapa.management.spi.PathAddress pathAddress)
-
Methods inherited from class org.jboss.as.jpa.hibernate5.management.HibernateAbstractStatistics
getChild, getChildrenNames, getEntityManagerFactory, getEntityManagerFactoryAccess, getNames, getOperations, getPathAddress, getResourceBundleKeyPrefix, getResourceBundleName, getStatisticName, getType, getTypes, getValue, getWriteableNames, isAttribute, isOperation, isWriteable, setChildrenNames, setOperations, setTypes, setValue, setWriteableNames
-
-
-
-
Field Detail
-
OPERATION_COLLECTION_LOAD_COUNT
public static final java.lang.String OPERATION_COLLECTION_LOAD_COUNT
- See Also:
- Constant Field Values
-
OPERATION_COLLECTION_FETCH_COUNT
public static final java.lang.String OPERATION_COLLECTION_FETCH_COUNT
- See Also:
- Constant Field Values
-
OPERATION_COLLECTION_UPDATE_COUNT
public static final java.lang.String OPERATION_COLLECTION_UPDATE_COUNT
- See Also:
- Constant Field Values
-
OPERATION_COLLECTION_REMOVE_COUNT
public static final java.lang.String OPERATION_COLLECTION_REMOVE_COUNT
- See Also:
- Constant Field Values
-
OPERATION_COLLECTION_RECREATED_COUNT
public static final java.lang.String OPERATION_COLLECTION_RECREATED_COUNT
- See Also:
- Constant Field Values
-
-