Interface Test.QueryFields<QR>

All Superinterfaces:
net.binis.codegen.spring.query.QueryScript<QR>
All Known Subinterfaces:
Test.QueryName<QS,​QO,​QR>, Test.QuerySelect<QR>
All Known Implementing Classes:
TestImpl.TestQueryExecutorImpl, TestImpl.TestQueryNameImpl
Enclosing interface:
Test

public static interface Test.QueryFields<QR>
extends net.binis.codegen.spring.query.QueryScript<QR>
  • Method Summary

    Modifier and Type Method Description
    QR amount​(double amount)  
    QR parent​(Test parent)  
    QR sub​(Sub sub)  
    QR title​(String title)  

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

    script