Interface QueryAggregator<Q,A,L>

All Superinterfaces:
QueryScript<QueryAggregator<Q,A,L>>, QueryWhere<Q>

public interface QueryAggregator<Q,A,L> extends QueryWhere<Q>, QueryScript<QueryAggregator<Q,A,L>>
  • Method Summary

    Modifier and Type
    Method
    Description
    alias(String alias)
     
    and()
     

    Methods inherited from interface net.binis.codegen.spring.query.QueryScript

    script, script

    Methods inherited from interface net.binis.codegen.spring.query.QueryWhere

    where
  • Method Details

    • and

      A and()
    • alias

      L alias(String alias)