Hi!
I already searched this forum and the mailinglist about the topic but I found only old messages and nothing realy concrete (maybe I'm not got at searching).
My question is: Which hibernate version will support jdk 1.5 features, especially generics? And when will it be available?
As there is already a second beta of jdk 1.5 out I would like to use it in a project starting in the next two months.
Or is it just enough to write
Code:
List<Saal> li=s.createQuery("from Saal").list();
and ignore the warnings for unchecked assignments (from List to List<Saal>)?
Will this way be compatible to the upcoming hibernate version with generics?
Thanks for answering,
Wolfgang