Uses of Record Class
org.seasar.doma.jdbc.statistic.Statistic
Packages that use Statistic
Package
Description
Provides classes and interfaces for collecting and managing SQL execution statistics.
-
Uses of Statistic in org.seasar.doma.jdbc.statistic
Methods in org.seasar.doma.jdbc.statistic that return StatisticModifier and TypeMethodDescriptionStatistic.calculate(long execTimeMillis) Calculates a new instance.static StatisticCreates an instance.Methods in org.seasar.doma.jdbc.statistic that return types with arguments of type StatisticModifier and TypeMethodDescriptionDefaultStatisticManager.getStatistics()StatisticManager.getStatistics()Returns the statistics.