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.
我想知道hibernate的实体类到DDL(hbm2ddl)能力的通用术语是什么。
是领域驱动设计还是模型驱动开发或其他?
我会说这当然不是领域驱动设计。hbm2ddl 可以与 DDD 结合使用,但与 DDD 原理关系不大。DDD 较少关注持久性技术,而更关注业务领域。
MDD 可能是一个有争议的观点。可以说这是 MDD 的一部分,因为 MDD 的想法是在代码中使用建模工件。使用领域模型类来生成数据库模式可以看作是 MDD 的一个例子。