org.hibernate.stat

Class CollectionStatistics

Implemented Interfaces:
Serializable

public class CollectionStatistics
extends CategorizedStatistics

Collection related statistics
Author:
Gavin King

Method Summary

long
getFetchCount()
long
getLoadCount()
long
getRecreateCount()
long
getRemoveCount()
long
getUpdateCount()
String
toString()

Methods inherited from class org.hibernate.stat.CategorizedStatistics

getCategoryName

Method Details

getFetchCount

public long getFetchCount()

getLoadCount

public long getLoadCount()

getRecreateCount

public long getRecreateCount()

getRemoveCount

public long getRemoveCount()

getUpdateCount

public long getUpdateCount()

toString

public String toString()