Liferay 6.1.2-ce-ga3

com.liferay.portal.dao.orm.hibernate.jmx
Class HibernateStatisticsService

java.lang.Object
  extended by org.hibernate.jmx.StatisticsService
      extended by com.liferay.portal.dao.orm.hibernate.jmx.HibernateStatisticsService
All Implemented Interfaces:
org.hibernate.jmx.StatisticsServiceMBean, org.hibernate.stat.Statistics

public class HibernateStatisticsService
extends org.hibernate.jmx.StatisticsService


Constructor Summary
HibernateStatisticsService()
           
 
Method Summary
 void setSessionFactory(SessionFactoryImpl sessionFactoryImpl)
           
 
Methods inherited from class org.hibernate.jmx.StatisticsService
clear, getCloseStatementCount, getCollectionFetchCount, getCollectionLoadCount, getCollectionRecreateCount, getCollectionRemoveCount, getCollectionRoleNames, getCollectionStatistics, getCollectionUpdateCount, getConnectCount, getEntityDeleteCount, getEntityFetchCount, getEntityInsertCount, getEntityLoadCount, getEntityNames, getEntityStatistics, getEntityUpdateCount, getFlushCount, getOptimisticFailureCount, getPrepareStatementCount, getQueries, getQueryCacheHitCount, getQueryCacheMissCount, getQueryCachePutCount, getQueryExecutionCount, getQueryExecutionMaxTime, getQueryExecutionMaxTimeQueryString, getQueryStatistics, getSecondLevelCacheHitCount, getSecondLevelCacheMissCount, getSecondLevelCachePutCount, getSecondLevelCacheRegionNames, getSecondLevelCacheStatistics, getSessionCloseCount, getSessionOpenCount, getStartTime, getSuccessfulTransactionCount, getTransactionCount, isStatisticsEnabled, logSummary, setSessionFactory, setSessionFactoryJNDIName, setStatisticsEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateStatisticsService

public HibernateStatisticsService()
Method Detail

setSessionFactory

public void setSessionFactory(SessionFactoryImpl sessionFactoryImpl)

Liferay 6.1.2-ce-ga3