org.hibernate.stat
Interface CollectionStatistics

All Superinterfaces:
Serializable
All Known Implementing Classes:
CollectionStatisticsImpl, ConcurrentCollectionStatisticsImpl

public interface CollectionStatistics
extends Serializable

Collection related statistics

Author:
Gavin King, Alex Snaps

Method Summary
 long getFetchCount()
           
 long getLoadCount()
           
 long getRecreateCount()
           
 long getRemoveCount()
           
 long getUpdateCount()
           
 

Method Detail

getLoadCount

long getLoadCount()

getFetchCount

long getFetchCount()

getRecreateCount

long getRecreateCount()

getRemoveCount

long getRemoveCount()

getUpdateCount

long getUpdateCount()


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.