Generate JPA 2 Entities from existing Database

前端 未结 9 913
春和景丽
春和景丽 2020-11-28 05:52

How can I generate JPA2 compliant @Entity from existing Databases?.

I found this: Question

Still its not clear if JBoss will generate compliant JPA2 and also

9条回答
  •  情歌与酒
    2020-11-28 06:13

    Telosys is probably the simplest way for this kind of code generation.

    It generates the JPA entities (of course) and if you want a fully operational web app

    See the web site : http://www.telosys.org

提交回复
热议问题