This may not be the ideal forum to ask this, since the responses may be somewhat biased, but I’ll try anyway 🙂
I need to generate Hibernate config files, mappings, and POJOs (preferably complete with XDoclet tags) from a fairly complex database schema in Informix (~200 tables). There are three tools I know that can do that (or some of that): MyEclipse Hibernate Support wizard, Hibernate project’s own Hibernate Tools, and MiddleGen. Has anyone tried all three? Which one is the “smartest” in terms of intelligently mapping composite keys, foregn keys, lookup tables, association tables, etc.? Also, which one is the most flexible?
Any help will be greatly appreciated (especially since the alternative is writing all this stuff by hand 😉 )
Gene