Interface Preset.QueryFields<QR>

All Superinterfaces:
QueryScript<QR>
All Known Subinterfaces:
Preset.QueryName<QS,​QO,​QR,​QF>, Preset.QuerySelect<QR>
Enclosing interface:
Preset

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

    Modifier and Type Method Description
    <T> QR field​(T field, T value)  

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

    script
  • Method Details

    • field

      <T> QR field​(T field, T value)