play.modules.morphia
Class AggregationResult

java.lang.Object
  extended by play.modules.morphia.AggregationResult

public class AggregationResult
extends Object


Constructor Summary
AggregationResult(List<CommandResult> r, String aggregationField)
           
 
Method Summary
 Long getResult()
           
 Long getResult(String groupKeys, Object... groupValues)
           
 List<CommandResult> raw()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregationResult

public AggregationResult(List<CommandResult> r,
                         String aggregationField)
Method Detail

getResult

public Long getResult()

getResult

public Long getResult(String groupKeys,
                      Object... groupValues)

raw

public List<CommandResult> raw()


Copyright © 2012. All Rights Reserved.