1 Comment / Lam Nguyen on Oct 23, 2008
in Tutorials
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
0 Comments / Lam Nguyen on Oct 20, 2008
in Tutorials
This entry deals with some problems when do a work with Hibernate, you will get some errors which you can’t understand or dont know causes of that errors. Along with the exception or error messages themselves, potential causes of these errors are often listed along with links to additional resources.
Continue Reading