Module org.seasar.doma.core
Package org.seasar.doma.jdbc
Interface RequiresNewController.Callback<R>
- Type Parameters:
R- the result type
- Enclosing interface:
- RequiresNewController
public static interface RequiresNewController.Callback<R>
A callback that is executed in a REQUIRES_NEW transaction.
-
Method Summary
-
Method Details
-
execute
R execute()Executes this callback.- Returns:
- the result
-