Uses of Class
org.seasar.doma.jdbc.IterationContext
Packages that use IterationContext
Package
Description
Internal implementation details for the Doma framework.
Provides JDBC related interfaces and classes.
-
Uses of IterationContext in org.seasar.doma.internal.jdbc.command
Methods in org.seasar.doma.internal.jdbc.command with parameters of type IterationContextModifier and TypeMethodDescriptionOptionalSingleResultCallback.iterate(TARGET target, IterationContext context) ResultListCallback.iterate(ELEMENT target, IterationContext context) SingleResultCallback.iterate(TARGET target, IterationContext context) -
Uses of IterationContext in org.seasar.doma.jdbc
Methods in org.seasar.doma.jdbc with parameters of type IterationContextModifier and TypeMethodDescriptionIterationCallback.iterate(TARGET target, IterationContext context) Invoked from aResultSetiteration process.default RESULTIterationCallback.postIterate(RESULT result, IterationContext context) Executes post process ofIterationCallback.iterate(Object, IterationContext).