Module org.seasar.doma.core
Class EntityPoolIterationHandler
java.lang.Object
org.seasar.doma.internal.jdbc.command.AbstractIterationHandler<EntityPool,List<EntityPool>>
org.seasar.doma.jdbc.criteria.command.EntityPoolIterationHandler
- All Implemented Interfaces:
ResultSetHandler<List<EntityPool>>
public class EntityPoolIterationHandler
extends AbstractIterationHandler<EntityPool,List<EntityPool>>
-
Field Summary
Fields inherited from class org.seasar.doma.internal.jdbc.command.AbstractIterationHandler
iterationCallback -
Constructor Summary
ConstructorsConstructorDescriptionEntityPoolIterationHandler(EntityMetamodel<?> rootEntityMetamodel, Set<EntityId> rootEntityIds, Map<EntityMetamodel<?>, List<PropertyMetamodel<?>>> projectionEntityMetamodels) -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectProvider<EntityPool>createObjectProvider(SelectQuery query) Methods inherited from class org.seasar.doma.internal.jdbc.command.AbstractIterationHandler
handle, iterate
-
Constructor Details
-
EntityPoolIterationHandler
public EntityPoolIterationHandler(EntityMetamodel<?> rootEntityMetamodel, Set<EntityId> rootEntityIds, Map<EntityMetamodel<?>, List<PropertyMetamodel<?>>> projectionEntityMetamodels)
-
-
Method Details
-
createObjectProvider
- Specified by:
createObjectProviderin classAbstractIterationHandler<EntityPool,List<EntityPool>>
-