Interface QueryAggregator<Q,​A>

All Superinterfaces:
QueryWhere<Q>

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

    Modifier and Type Method Description
    A and()  

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

    where
  • Method Details