Hello,
We are facing a peculiar problem with Hibernate in our application that runs on Tomcat.
We fetch a list of Authors from the database and display the list in a dropdown. For sometime after tomcat is restarted, then entire list is fetched and displayed (around 600 records). But after a while of inactivity, hibernate starts fetching only 15 records, and not the complete list.
I am not sure where the number 15 is coming from, and why Hibernate starts limiting the resultset. Any suggestions on this matter would be of great help.
Thanks
Mike
|