Hi,
I used middlegen (Middlegen-Hibernate-r4) to generate mapping for a relatively big oracle database. The hbm and java file are generated without any problem.
When I run my program I get several errors like:
Quote:
org.hibernate.PropertyNotFoundException: Could not find a getter for lProfilMetierItemMenus in class com.hibernate.ProfilMetier
As suggested in one thread on this forum, I changed the small letter 'l' to 'L', e.g: lProfilMetierItemMenus -> LProfilMetierItemMenus, in the hbm and java beans. This works!
But the pain is that for a big db there are lots of modifications to be made on many files.
Anyone can help me for a quick and simple way around?
Thanks
Kova