Module juery.jooq

Class JooqPagination

java.lang.Object
fr.ght1pc9kc.juery.jooq.pagination.JooqPagination

public class JooqPagination extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <T extends org.jooq.Record>
    org.jooq.Select<T>
    apply(PageRequest page, Map<String,org.jooq.Field<?>> propertiesMapper, org.jooq.SelectFinalStep<T> query)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Since 1.0.1 use instead apply(Pagination, Map, SelectQuery)
    static <T extends org.jooq.Record>
    org.jooq.Select<T>
    apply(PageRequest page, org.jooq.SelectFinalStep<T> query)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Since 1.0.1 use instead apply(Pagination, SelectFinalStep)
    static <T extends org.jooq.Record>
    org.jooq.Select<T>
    apply(Pagination page, Map<String,org.jooq.Field<?>> propertiesMapper, org.jooq.SelectFinalStep<T> query)
     
    static <T extends org.jooq.Record>
    org.jooq.Select<T>
    apply(Pagination page, Map<String,org.jooq.Field<?>> propertiesMapper, org.jooq.SelectQuery<T> query)
     
    static <T extends org.jooq.Record>
    org.jooq.Select<T>
    apply(Pagination page, org.jooq.SelectFinalStep<T> query)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JooqPagination

      public JooqPagination()
  • Method Details

    • apply

      public static <T extends org.jooq.Record> org.jooq.Select<T> apply(Pagination page, Map<String,org.jooq.Field<?>> propertiesMapper, org.jooq.SelectQuery<T> query)
    • apply

      public static <T extends org.jooq.Record> org.jooq.Select<T> apply(Pagination page, Map<String,org.jooq.Field<?>> propertiesMapper, org.jooq.SelectFinalStep<T> query)
    • apply

      public static <T extends org.jooq.Record> org.jooq.Select<T> apply(Pagination page, org.jooq.SelectFinalStep<T> query)
    • apply

      @Deprecated(forRemoval=true, since="1.1.0") public static <T extends org.jooq.Record> org.jooq.Select<T> apply(PageRequest page, Map<String,org.jooq.Field<?>> propertiesMapper, org.jooq.SelectFinalStep<T> query)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Since 1.0.1 use instead apply(Pagination, Map, SelectQuery)
    • apply

      @Deprecated(forRemoval=true, since="1.1.0") public static <T extends org.jooq.Record> org.jooq.Select<T> apply(PageRequest page, org.jooq.SelectFinalStep<T> query)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Since 1.0.1 use instead apply(Pagination, SelectFinalStep)