Hello!
I have googled and searched (forums, documentation, FAQ, etc) for an answer to my question, but so far, no dice.
I would like to know if it's possible to generate metadata (hibernate.cfg.xml) from my annotation configuration?
I've read this from the FAQ:
Quote:
Where can I see the hbm.xml files generated from the Annotations?
You can't. The annotations are building the internal Hibernate metadata model without any indermediate xml file.
It says I can't see, but isn't there any way to generate the metadata?
I'd like to do that in order to use the cfg.xml as a datasource in iReport so I could build the report pages and see the data as I go along.
Thanks!