Class OraclePagingQueryProvider

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

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

    • OraclePagingQueryProvider

      public OraclePagingQueryProvider()
  • 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