Skip to main content
wuchuheng's notes
Docs
Blog
MyLibraries
EmailMarkdown
Tools
Libraries
Todos
Vim
Books
FriendlyLinks
GitHub
Search
One doc tagged with "生成JPA"
View All Tags
14 数据库逆向生成JPA实体
如果jpa的模型实体一般是手写的,但有时,需要对大量现成的数据表写实现就是很麻烦,有没有自动根据数据表自动生成JPA实体的的方案。