| Package | Description |
|---|---|
| org.seasar.doma.jdbc |
Provides JDBC related interfaces and classes.
|
| Modifier and Type | Method and Description |
|---|---|
RESULT |
IterationCallback.iterate(TARGET target,
IterationContext context)
Invoked from a
ResultSet iteration process. |
default RESULT |
IterationCallback.postIterate(RESULT result,
IterationContext context)
Executes post process of
IterationCallback.iterate(Object, IterationContext). |