使用 Castle ActiveRecord 和 Fluent NHibernate?
有人让 Fluent NHibernate 与 Castle ActiveRecord 一起使用吗?
我对自动映射来配置实体以与 ActiveRecordMediator 存储库一起使用特别感兴趣。
Has anyone gotten Fluent NHibernate to work with Castle ActiveRecord?
I am particularly interested in Automapping to configure entities for use with the ActiveRecordMediator repository.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这个组合还没有发挥作用。当尝试在 FluentNHibernate 配置的实体上使用
ActiveRecordMediator
时,您将收到ActiveRecordException
抱怨您没有调用ActiveRecordStarter.Initialize()
或者您没有使用[ActiveRecord]
属性。不过,此集成的工作正在进行。
想帮忙吗?我邀请您加入 castle 开发小组 ;-)
This combo doesn't work yet. When trying to use
ActiveRecordMediator
on a FluentNHibernate-configured entity you'll get anActiveRecordException
complaining that you didn't callActiveRecordStarter.Initialize()
or you didn't use the[ActiveRecord]
attribute.However there is work being done on this integration.
Wanna help out? I invite you to the castle dev group ;-)
由于 ActiveRecordMediator 可以与普通的 nhibernate 映射一起使用,因此它也应该与流畅的 nhibernate 一起使用。
Since ActiveRecordMediator can be used with normal nhibernate mapping it should also work with fluent nhibernate.