Module org.seasar.doma.core
Package org.seasar.doma.jdbc.aggregate
Class AssociationEntityPoolProvider
java.lang.Object
org.seasar.doma.internal.jdbc.command.AbstractObjectProvider<AssociationEntityPool>
org.seasar.doma.jdbc.aggregate.AssociationEntityPoolProvider
- All Implemented Interfaces:
ObjectProvider<AssociationEntityPool>
-
Constructor Summary
ConstructorsConstructorDescriptionAssociationEntityPoolProvider(EntityType<?> rootEntityType, AggregateStrategyType aggregateStrategyType, Query query, boolean resultMappingEnsured, Set<EntityId> rootEntityIds, Map<EntityId, EntityRef> entityCache) -
Method Summary
Modifier and TypeMethodDescriptionRetrieve the object.Methods inherited from class org.seasar.doma.internal.jdbc.command.AbstractObjectProvider
fetch
-
Constructor Details
-
AssociationEntityPoolProvider
public AssociationEntityPoolProvider(EntityType<?> rootEntityType, AggregateStrategyType aggregateStrategyType, Query query, boolean resultMappingEnsured, Set<EntityId> rootEntityIds, Map<EntityId, EntityRef> entityCache)
-
-
Method Details
-
get
Description copied from interface:ObjectProviderRetrieve the object.- Parameters:
resultSet- the result set- Returns:
- the object
- Throws:
SQLException- if the result set throwsSQLException.
-