Search code examples
javaeclipsehibernatehibernate-tools

eclipse plugin to create hibernate annotated entities?


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.


Solution

  • Write your java code and use Source > Generate Hibernate/Jpa annotations and hibernate tools will do an attempt to add necessary annotations based on that