Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Paging and Sorting functionality #11

Open
javac9 opened this issue Dec 26, 2017 · 1 comment
Open

No Paging and Sorting functionality #11

javac9 opened this issue Dec 26, 2017 · 1 comment

Comments

@javac9
Copy link

javac9 commented Dec 26, 2017

Hi,

Can paging and sorting be easily implemented for JPA implementation?

@vfedoriv
Copy link
Collaborator

For Spring Data JPA implementation - extending JpaRepository or PagingAndSortingRepository ;
for JPA implementation - using query.setMaxResults / setFirstResult ;
for JDBC implementation - more complicate (https://stackoverflow.com/questions/2771439/jdbc-pagination)

haraldreingruber-dedalus pushed a commit to haraldreingruber-dedalus/spring-keycloak-angular-exercise that referenced this issue Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants