Uses of Interface
org.seasar.doma.jdbc.IterationCallback
Packages that use IterationCallback
Package
Description
Internal implementation details for the Doma framework.
-
Uses of IterationCallback in org.seasar.doma.internal.jdbc.command
Classes in org.seasar.doma.internal.jdbc.command that implement IterationCallbackModifier and TypeClassDescriptionclassOptionalSingleResultCallback<TARGET>classResultListCallback<ELEMENT>classSingleResultCallback<TARGET>Fields in org.seasar.doma.internal.jdbc.command declared as IterationCallbackModifier and TypeFieldDescriptionprotected final IterationCallback<TARGET,RESULT> AbstractIterationHandler.iterationCallbackConstructors in org.seasar.doma.internal.jdbc.command with parameters of type IterationCallbackModifierConstructorDescriptionAbstractIterationHandler(IterationCallback<TARGET, RESULT> iterationCallback) EntityIterationHandler(EntityType<ENTITY> entityType, IterationCallback<ENTITY, RESULT> iterationCallback) MapIterationHandler(MapKeyNamingType keyNamingType, IterationCallback<Map<String, Object>, RESULT> iterationCallback) ScalarIterationHandler(Supplier<Scalar<BASIC, CONTAINER>> supplier, IterationCallback<CONTAINER, RESULT> iterationCallback)