Module org.seasar.doma.core
Package org.seasar.doma.jdbc.aggregate
Class AssociationEntityPoolIterationHandler
java.lang.Object
org.seasar.doma.internal.jdbc.command.AbstractIterationHandler<AssociationEntityPool,List<AssociationEntityPool>>
org.seasar.doma.jdbc.aggregate.AssociationEntityPoolIterationHandler
- All Implemented Interfaces:
ResultSetHandler<List<AssociationEntityPool>>
public class AssociationEntityPoolIterationHandler
extends AbstractIterationHandler<AssociationEntityPool,List<AssociationEntityPool>>
Handles the iteration of
AssociationEntityPool results from a query execution and manages
the creation and configuration of object providers used to process the results.-
Field Summary
Fields inherited from class org.seasar.doma.internal.jdbc.command.AbstractIterationHandler
iterationCallback -
Constructor Summary
ConstructorsConstructorDescriptionAssociationEntityPoolIterationHandler(EntityType<?> rootEntityType, AggregateStrategyType aggregateStrategyType, boolean resultMappingEnsured, Set<EntityId> rootEntityIds, Map<EntityId, EntityRef> entityCache) -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectProvider<AssociationEntityPool>createObjectProvider(SelectQuery query) Methods inherited from class org.seasar.doma.internal.jdbc.command.AbstractIterationHandler
handle, iterate
-
Constructor Details
-
AssociationEntityPoolIterationHandler
public AssociationEntityPoolIterationHandler(EntityType<?> rootEntityType, AggregateStrategyType aggregateStrategyType, boolean resultMappingEnsured, Set<EntityId> rootEntityIds, Map<EntityId, EntityRef> entityCache)
-
-
Method Details
-
createObjectProvider
- Specified by:
createObjectProviderin classAbstractIterationHandler<AssociationEntityPool,List<AssociationEntityPool>>
-