Class EntityStatisticsImpl

    • Method Detail

      • getDeleteCount

        public long getDeleteCount()
        Description copied from interface: EntityStatistics
        Number of times (since last Statistics clearing) this entity has been deleted
        Specified by:
        getDeleteCount in interface EntityStatistics
      • getInsertCount

        public long getInsertCount()
        Description copied from interface: EntityStatistics
        Number of times (since last Statistics clearing) this entity has been inserted
        Specified by:
        getInsertCount in interface EntityStatistics
      • getLoadCount

        public long getLoadCount()
        Description copied from interface: EntityStatistics
        Number of times (since last Statistics clearing) this entity has been loaded
        Specified by:
        getLoadCount in interface EntityStatistics
      • getUpdateCount

        public long getUpdateCount()
        Description copied from interface: EntityStatistics
        Number of times (since last Statistics clearing) this entity has been updated
        Specified by:
        getUpdateCount in interface EntityStatistics
      • getFetchCount

        public long getFetchCount()
        Description copied from interface: EntityStatistics
        Number of times (since last Statistics clearing) this entity has been fetched
        Specified by:
        getFetchCount in interface EntityStatistics
      • getOptimisticFailureCount

        public long getOptimisticFailureCount()
        Description copied from interface: EntityStatistics
        Number of times (since last Statistics clearing) this entity has experienced an optimistic lock failure.
        Specified by:
        getOptimisticFailureCount in interface EntityStatistics