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