Hi! I was finally able to let the dao interface created by hbm2dao compile under jdk 1.4. If you have similar problems,
here you can find a patch that apply to svn version. Now i have 2 questions:
1) Can i trust this interface? Is there documentation about it (can't find it in hibernate manuals)? In particular i'm interested in an example of use of "List findByExample(ClassType istance)" method.
2) How do i quickly obtain the same effect of the method "List findAll()"? Unfortunately this dao method is not generated by hbm2dao :-(
Thanks for the help!
Francesco