org.hibernate.shards.strategy.exit
Class AggregateExitOperation

java.lang.Object
  extended by org.hibernate.shards.strategy.exit.AggregateExitOperation
All Implemented Interfaces:
ExitOperation, ProjectionExitOperation

public class AggregateExitOperation
extends Object
implements ProjectionExitOperation

Author:
Maulik Shah

Constructor Summary
AggregateExitOperation(org.hibernate.criterion.AggregateProjection projection)
           
 
Method Summary
 List<Object> apply(List<Object> results)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregateExitOperation

public AggregateExitOperation(org.hibernate.criterion.AggregateProjection projection)
Method Detail

apply

public List<Object> apply(List<Object> results)
Specified by:
apply in interface ExitOperation
Specified by:
apply in interface ProjectionExitOperation