Class PageJooqHelper.WhereJooq
-
- All Implemented Interfaces:
public class PageJooqHelper.WhereJooq<R extends Record>
-
-
Constructor Summary
Constructors Constructor Description PageJooqHelper.WhereJooq(PageJooqHelper.ContextJooq<R> context)
-
Method Summary
Modifier and Type Method Description PageJooqHelper.OrderJooq<R>whereTrue()PageJooqHelper.OrderJooq<R>where(Condition where)-
-
Constructor Detail
-
PageJooqHelper.WhereJooq
PageJooqHelper.WhereJooq(PageJooqHelper.ContextJooq<R> context)
-
-
Method Detail
-
whereTrue
PageJooqHelper.OrderJooq<R> whereTrue()
-
where
PageJooqHelper.OrderJooq<R> where(Condition where)
-
-
-
-