eclipse plugin to create hibernate annotated entities?

Mahmoud Saleh picture Mahmoud Saleh · Oct 11, 2011 · Viewed 10.9k times · Source

i know that hibernate tools can create hibernate entities but the hibernate mapping will be in XML file, but i was wondering if there's a tool to create hibernate entities and the mapping will be with annotations not in XML.

Answer

Ken Chan picture Ken Chan · Oct 11, 2011

Hibernate tools can also generate the annotated entities by reverse engineering of your database. You have to choose Generate EJB3 annotations and Domain code(.java) . Refer to the 4.5. Reverse Engineering and Code Generation more info. enter image description here