JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
execute
()
Executes this callback.
Method Detail
execute
R
execute()
Executes this callback.
Returns:
the result
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method