Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Basic implementation of a page-based pagination. #239

Merged
merged 3 commits into from
May 29, 2015

Commits on May 26, 2015

  1. Basic implementation of a page-based pagination.

    Converted order search to use this new pagination.
    henning-cg committed May 26, 2015
    Configuration menu
    Copy the full SHA
    021af71 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2015

  1. Incorporated suggestions by @hohwille.

    * Rename PaginatedEntityListTo to PaginatedListTo and removed the restrictive type binding, which also allows to use this To for transfer objects.
    * Add AbstractGenericDao#findPaginated for general jpa queries, but for now it just raises an unsupported operation exception.
    * Add query timeout support.
    henning-cg committed May 29, 2015
    Configuration menu
    Copy the full SHA
    5d6f0f3 View commit details
    Browse the repository at this point in the history
  2. Remove superflous line

    henning-cg committed May 29, 2015
    Configuration menu
    Copy the full SHA
    df722d9 View commit details
    Browse the repository at this point in the history