hibernate中的细粒度对象模型
在《Hibernate in Action》(Manning 出版物)中,
Hibernate 项目的一个主要目标是支持细粒度的对象模型,我们将其视为富域模型最重要的要求。粗略地说,细粒度意味着“类比表多”。
我不明白......请对此提供一些帮助。
In the Hibernate in Action (Manning publication),
A major objective of the Hibernate project is support for fine-grained object models, which we isolated as the most important requirement for rich domain model. In crude term, fine-grained means "more classes than table".
I don't get this... Please some body help on this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
(我认为)这指的是 Hibernate 所称的 “组件” ,以及 JPA 所说的“嵌入类”。请参阅链接以获取其含义的解释。
This refers (I think) to what Hibernate calls "components", and what JPA calls "embedded classes". See the link for an explanation of what that means.