Skip to main content

3 docs tagged with "JPA"

View All Tags

14 数据库逆向生成JPA实体

如果jpa的模型实体一般是手写的,但有时,需要对大量现成的数据表写实现就是很麻烦,有没有自动根据数据表自动生成JPA实体的的方案。