如何将 Castle ActiveRecord 实体与普通 NHibernate 实体结合起来?
我正在尝试集成使用 ActiveRecord 定义的实体和使用普通旧 .hbm 文件映射的实体。
我需要两者之间存在关联,即:
ActiveRecordEntity.HbmEntity
&
HbmEntity.ActiveRecordEntity
我遇到的唯一看起来完全相关的东西是 ActiveRecordMediator
,但它看起来并不完全支持这种情况。
I am trying to integrate entities defined with ActiveRecord and entities mapped with plain-old .hbm files.
I need to have associations between the two, i.e.:
ActiveRecordEntity.HbmEntity
&
HbmEntity.ActiveRecordEntity
The only thing I've bumped into that seems at all related is the ActiveRecordMediator
but it didn't look like it would support this case exactly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这还没有实现(还!)。有关更多信息,请参阅此问题,情况相同。
This isn't implemented (yet!). See this question for more information, it's the same case.