org.hibernate.stat
Interface EntityStatistics

All Superinterfaces:
Serializable
All Known Implementing Classes:
ConcurrentEntityStatisticsImpl, EntityStatisticsImpl

public interface EntityStatistics
extends Serializable

Entity related statistics

Author:
Gavin King, Alex Snaps

Method Summary
 long getDeleteCount()
           
 long getFetchCount()
           
 long getInsertCount()
           
 long getLoadCount()
           
 long getOptimisticFailureCount()
           
 long getUpdateCount()
           
 

Method Detail

getDeleteCount

long getDeleteCount()

getInsertCount

long getInsertCount()

getLoadCount

long getLoadCount()

getUpdateCount

long getUpdateCount()

getFetchCount

long getFetchCount()

getOptimisticFailureCount

long getOptimisticFailureCount()


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