JPA java code generation

后端 未结 10 2008
囚心锁ツ
囚心锁ツ 2020-12-23 02:24

I am specifically looking for JPA code generation technique

First, what are all the project could generate JPA compliant code? (Eg. HibernateTools)

Second, I

10条回答
  •  粉色の甜心
    2020-12-23 03:11

    Open source graphical tool to generate JPA class, visualize & modify Database, reverse engineering exiting source code and import models from existing database.

    For NetBeans : http://jpamodeler.github.io/
    For Eclipse : https://www.eclipse.org/webtools/dali/

提交回复
热议问题