Joined: Tue Oct 06, 2009 1:48 pm Posts: 1
|
All, I am using hibernate 3.2.6ga with annotations 3.3.1. I have been using hibernate for about 3 years and have not had any problems until now. I have a db that i can access and perform CRUD operations on with about 15 tables. But one has 500000+ rows in it and when i perform a query against it i get back a size of 0. If i setMaxResults(200) I still get back 0 objects. All of the other tables are moderate in size except this one and all others work except the large one. Is there a size restriction on the number of rows that you can attempt to contant?? and why do I always get back a 0 size everytime?? If so what can i do to access the data in this table?
Thanks
|
|