Interface Preset.QueryOperationFields<QR>

All Superinterfaces:
QueryScript<QR>
All Known Subinterfaces:
Preset.QueryOrder<QR>
Enclosing interface:
Preset

public static interface Preset.QueryOperationFields<QR> extends QueryScript<QR>
  • Method Summary

    Modifier and Type
    Method
    Description
    field(Object field)
     

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

    script, script
  • Method Details