I use jpa framework in java. I was used to create dbase schema first. Then to create reflecting classes in java application. Should I create first entity clases then create dbase schema from these? Which approach is beter?

有帮助吗?

解决方案

First know the whole Data model and then create the necessary entity classes accordingly.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top