@FunctionalInterface
public static interface BetterSqlTransaction.TransactionTransformer<T>
| Modifier and Type | Method and Description |
|---|---|
T |
transform(java.sql.Connection connection) |
T transform(java.sql.Connection connection) throws java.lang.Exception
java.lang.Exception