I have both a schema that served in the creation of my database, as well as the database itself.
I'm wondering if there exists any tool that can create a Hibernate mapping for the entities specified in the schema.
My preference would be for the tool to generate Object files with annotations, but if that is impossible, then I will have to accept XML annotations.
I am aware of Hibernate Code Generation that is part of JBoss tools, but I haven't been able to configure it to generate annotations.
Does anyone have any advice on how to proceed?