Java org.hibernate.stat EntityStatistics fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.stat EntityStatistics fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.stat EntityStatistics.

The text is from its open source code.

Method

longgetDeleteCount()
Number of times (since last Statistics clearing) this entity has been deleted
longgetFetchCount()
Number of times (since last Statistics clearing) this entity has been fetched
longgetInsertCount()
Number of times (since last Statistics clearing) this entity has been inserted
longgetLoadCount()
Number of times (since last Statistics clearing) this entity has been loaded
longgetOptimisticFailureCount()
Number of times (since last Statistics clearing) this entity has experienced an optimistic lock failure.
longgetUpdateCount()
Number of times (since last Statistics clearing) this entity has been updated