Uses of Interface
org.seasar.doma.jdbc.aggregate.AggregateStrategyType
Packages that use AggregateStrategyType
Package
Description
Provides JDBC related interfaces and classes.
Provides classes and interfaces for entity aggregation and association operations.
Provides query objects that build and execute SQL statements.
-
Uses of AggregateStrategyType in org.seasar.doma.jdbc
Methods in org.seasar.doma.jdbc with parameters of type AggregateStrategyTypeModifier and TypeMethodDescriptiondefault <RESULT,ENTITY>
AggregateCommand<RESULT,ENTITY> CommandImplementors.createAggregateCommand(Method method, SelectQuery query, EntityType<ENTITY> entityType, StreamReducer<RESULT, ENTITY> resultReducer, AggregateStrategyType aggregateStrategyType) Creates anAggregateCommandobject for aggregating entities based on a specified query and strategy. -
Uses of AggregateStrategyType in org.seasar.doma.jdbc.aggregate
Classes in org.seasar.doma.jdbc.aggregate that implement AggregateStrategyTypeConstructors in org.seasar.doma.jdbc.aggregate with parameters of type AggregateStrategyTypeModifierConstructorDescriptionAggregateCommand(SelectQuery query, EntityType<ENTITY> rootEntityType, StreamReducer<RESULT, ENTITY> streamReducer, AggregateStrategyType aggregateStrategyType) AssociationEntityPoolIterationHandler(EntityType<?> rootEntityType, AggregateStrategyType aggregateStrategyType, boolean resultMappingEnsured, Set<EntityId> rootEntityIds, Map<EntityId, EntityRef> entityCache) AssociationEntityPoolProvider(EntityType<?> rootEntityType, AggregateStrategyType aggregateStrategyType, Query query, boolean resultMappingEnsured, Set<EntityId> rootEntityIds, Map<EntityId, EntityRef> entityCache) -
Uses of AggregateStrategyType in org.seasar.doma.jdbc.query
Fields in org.seasar.doma.jdbc.query declared as AggregateStrategyTypeModifier and TypeFieldDescriptionprotected AggregateStrategyTypeAbstractSelectQuery.aggregateStrategyTypeThe aggregate strategy type for this query.Methods in org.seasar.doma.jdbc.query with parameters of type AggregateStrategyTypeModifier and TypeMethodDescriptionvoidAbstractSelectQuery.setAggregateStrategyType(AggregateStrategyType aggregateStrategyType) Sets the aggregate strategy type for this query.