开发者

Autogenerating EJB3.0 Entity Beans

开发者 https://www.devze.com 2023-03-16 06:34 出处:网络
Is there any ant task based tool using which, we can generate annotation based entity bean code (EJB开发者_JAVA技巧3.X).

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 Shah


Take 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!

0

精彩评论

暂无评论...
验证码 换一张
取 消