Autogenerating EJB3.0 Entity Beans
Is there any ant task based tool using which, we can generate annotation based entity bean code (EJB开发者_JAVA技巧3.X).
IDE based tool is not prefreable
Thanks in advance
Vivek ShahTake a look to hibernate tools, which are able to do database reverse engineering to create JPA entities (EJB) from the tables of the database:
The most powerful feature of Hibernate Tools is a database reverse engineering tool that can generate domain model classes and Hibernate mapping files, annotated EJB3 entity beans, HTML documentation or even an entire JBoss Seam application in seconds!
精彩评论