Module org.seasar.doma.core
Package org.seasar.doma.jdbc.statistic
package org.seasar.doma.jdbc.statistic
Provides classes and interfaces for collecting and managing SQL execution statistics.
This package contains components for monitoring and analyzing the performance of SQL statements executed through Doma. Key components include:
StatisticManager- Interface for managing SQL execution statisticsStatistic- Record representing statistics for a specific SQL statement
These classes can be used to monitor the performance of SQL statements in an application, helping to identify slow queries and optimize database access.
- See Also:
-
ClassDescriptionThe default implementation of
StatisticManager.Represents a statistic of SQL execution.A manager for statistics.