Package org.springframework.cloud.task.repository.database.support
package org.springframework.cloud.task.repository.database.support
-
ClassesClassDescriptionAbstract SQL Paging Query Provider to serve as a base class for all provided SQL paging query providers.IBM DB2 implementation of a
PagingQueryProvider
using database specific features.H2 implementation of aPagingQueryProvider
using database specific features.HSQLDB implementation of aPagingQueryProvider
using database specific features.MariaDB implementation of aPagingQueryProvider
using database specific features.MySQL implementation of aPagingQueryProvider
using database specific features.Oracle implementation of aPagingQueryProvider
using database specific features.Postgres implementation of aPagingQueryProvider
using database specific features.Factory bean forPagingQueryProvider
interface.Utility class that generates the actual SQL statements used by query providers.Sql Server implementation of aPagingQueryProvider
using database specific features.