Interface QueryAggregateOperation<R>

All Known Subinterfaces:
QueryJoinAggregateOperation<R,​S>
All Known Implementing Classes:
QueryExecutor, QueryOrderer

public interface QueryAggregateOperation<R>
  • Method Summary

    Modifier and Type Method Description
    R avg()  
    R cnt()  
    R distinct()  
    R group()  
    R max()  
    R min()  
    R sum()