Interface QueryFetch<R,T>

All Known Subinterfaces:
Preset.QueryName<QS,QO,QR,QF>

public interface QueryFetch<R,T>
  • Method Details

    • join

      R join()
    • leftJoin

      R leftJoin()
    • fetch

      R fetch()
    • leftFetch

      R leftFetch()
    • in

      R in(List<T> list)
    • in

      R in(Queryable query)
    • equal

      R equal(Queryable query)
    • isNull

      R isNull()
    • isNotNull

      R isNotNull()