How about the ability to generate the schema for the entire database?
do you think generate schema from mapping files or reverse engineering from database ?
We will make database editing (creating tables, indexes, foreign key …) in future releases and probably reverse eng. schema from databases
If you think about generating shema from mapping files we can add this, but hibernate schema export tools is not too good – you have to defined column in mapping files (this is manula editing xml files) and then hibernate schema export tool is bad.It can be better in future hibernate releases, but for now it is bad
it is easier make tables with our wizards (future) and then generate mappings files and POJOs
Best