I am migrating a Hibernate project from using mapping files to use annotations. Is there any tool that let me compare both mappings, for example a tool that generate XML mapping files from annotations?
Using another wording. Is there any way to assure that the new annotated project will behave exactly as the project using the mapping files without running it?