Class MariaDbPagingQueryProvider

java.lang.Object
org.springframework.cloud.task.repository.database.support.AbstractSqlPagingQueryProvider
org.springframework.cloud.task.repository.database.support.MariaDbPagingQueryProvider
All Implemented Interfaces:
PagingQueryProvider

public class MariaDbPagingQueryProvider extends AbstractSqlPagingQueryProvider
MariaDB implementation of a PagingQueryProvider using database specific features.
Author:
Glenn Renfro
  • Constructor Details

    • MariaDbPagingQueryProvider

      public MariaDbPagingQueryProvider()
  • Method Details

    • getPageQuery

      public String getPageQuery(org.springframework.data.domain.Pageable pageable)
      Description copied from interface: PagingQueryProvider
      Generate the query that will provide the jump to item query.
      Parameters:
      pageable - the coordinates to pull the next page from the datasource
      Returns:
      the generated query