You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Hi,
Can paging and sorting be easily implemented for JPA implementation?
The text was updated successfully, but these errors were encountered: