Tag Archives: Pagination

Pagination with Hibernate and MySQL

When you have a large of records in the table database, you need to paging it to avoid load all data records with slow speed. Someone’s mistake about pagination in Hibernate with MySQL by using MySQL query normally.
Continue Reading

Page 1 of 11