문제

I would like to know what the generic term is for hibernate's Entity classes to DDL (hbm2ddl) capability.

Is it Domain Driven Design or Model Driven Development or something else?

도움이 되었습니까?

해결책

I would say it certainly is not Domain-Driven Design. hbm2ddl can be used in conjunction with DDD but doesn't have much to do with DDD principles. DDD is less focused on the persistence technology and more focused on the business domain.

MDD can be an arguable point. One could say this is part of MDD because the MDD idea is to use modeling artifacts in the code. Using domain model classes to generate the database schema can be seen as an example of MDD.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top