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 statistics
  • Statistic - 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: