Interface KeysetPageable

  • All Superinterfaces:
    Pageable
    All Known Implementing Classes:
    KeysetPageRequest

    public interface KeysetPageable
    extends Pageable
    Like Pageable but contains keyset information.
    Since:
    1.2.0
    Author:
    Christian Beikov
    • Method Detail

      • getKeysetPage

        com.blazebit.persistence.KeysetPage getKeysetPage()
        Returns the keyset page information.
        Returns:
        The keyset page
      • isWithCountQuery

        boolean isWithCountQuery()
        Returns whether count query execution is enabled or not.
        Returns:
        true when enabled, false otherwise
        Since:
        1.4.0
      • isWithExtractAllKeysets

        boolean isWithExtractAllKeysets()
        Returns whether extraction for all keysets is enabled or not.
        Returns:
        true when enabled, false otherwise
        Since:
        1.4.0