org.hibernate.shards.strategy.exit
Class AggregateExitOperation
java.lang.Object
org.hibernate.shards.strategy.exit.AggregateExitOperation
- All Implemented Interfaces:
- ExitOperation, ProjectionExitOperation
public class AggregateExitOperation
- extends Object
- implements ProjectionExitOperation
- Author:
- Maulik Shah
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AggregateExitOperation
public AggregateExitOperation(org.hibernate.criterion.AggregateProjection projection)
apply
public List<Object> apply(List<Object> results)
- Specified by:
apply in interface ExitOperation- Specified by:
apply in interface ProjectionExitOperation