public class

CollectionStatisticsImpl

extends CategorizedStatistics
implements CollectionStatistics
java.lang.Object
   ↳ org.hibernate.stat.CategorizedStatistics
     ↳ org.hibernate.stat.CollectionStatisticsImpl

Class Overview

Collection related statistics

Summary

Public Methods
long getFetchCount()
long getLoadCount()
long getRecreateCount()
long getRemoveCount()
long getUpdateCount()
String toString()
[Expand]
Inherited Methods
From class org.hibernate.stat.CategorizedStatistics
From class java.lang.Object
From interface org.hibernate.stat.CollectionStatistics

Public Methods

public long getFetchCount ()

public long getLoadCount ()

public long getRecreateCount ()

public long getRemoveCount ()

public long getUpdateCount ()

public String toString ()