Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在java中使用jpa框架。我习惯于先创建 dbase 模式。然后在java应用程序中创建反射类。我应该创建第一个实体类然后从这些创建 dbase 模式吗?哪种方法更好?
首先了解整个数据模型,然后相应地创建必要的实体类。