org.hibernate.shards.strategy.exit
Class ShardedAvgExitOperation
java.lang.Object
org.hibernate.shards.strategy.exit.ShardedAvgExitOperation
- All Implemented Interfaces:
- ExitOperation, ProjectionExitOperation
public class ShardedAvgExitOperation
- 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 |
ShardedAvgExitOperation
public ShardedAvgExitOperation(org.hibernate.criterion.Projection projection)
apply
public List<Object> apply(List<Object> results)
- Specified by:
apply in interface ExitOperation- Specified by:
apply in interface ProjectionExitOperation