Uses of Interface
org.seasar.doma.util.ThrowingSupplier
Packages that use ThrowingSupplier
Package
Description
Provides classes and interfaces for collecting and managing SQL execution statistics.
-
Uses of ThrowingSupplier in org.seasar.doma.jdbc.statistic
Methods in org.seasar.doma.jdbc.statistic with parameters of type ThrowingSupplierModifier and TypeMethodDescriptiondefault <RESULT,EXCEPTION extends Exception>
RESULTStatisticManager.executeSql(Sql<?> sql, ThrowingSupplier<RESULT, EXCEPTION> supplier) Executes SQL and records the execution.