Regular |
|
Joined: Mon Jun 14, 2004 1:42 pm Posts: 80 Location: Brazil
|
Hibernate version:
3.03
Hi. I'm trying to upgrade to hibernate 3. It's pretty basic... And undocumented...
I discovered that the session.filter method is no longer supported and that I should use createQuery method. But how if it don't take collections as parameters?
But how can I convert a filter collection method to the createQuery?
sess.filter(col, "select count(*)");
I don't want to use the classic interface, I just want the same logic.
Thanks.
_________________ Alexandre Torres
--------------------
|
|