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

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

Introduction

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

The text is from its open source code.

Method

longgetFetchCount()
Number of times (since last Statistics clearing) this collection has been fetched
longgetLoadCount()
Number of times (since last Statistics clearing) this collection has been loaded
longgetRecreateCount()
Number of times (since last Statistics clearing) this collection has been recreated (rows potentially deleted and then rows (re-)inserted)
longgetRemoveCount()
Number of times (since last Statistics clearing) this collection has been removed
longgetUpdateCount()
Number of times (since last Statistics clearing) this collection has been updated