Uses of Class
org.seasar.doma.jdbc.aggregate.AggregateCommand
Packages that use AggregateCommand
-
Uses of AggregateCommand in org.seasar.doma.jdbc
Methods in org.seasar.doma.jdbc that return AggregateCommandModifier 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.