FluentNH 的 PersistenceSpecification 是否允许测试 XML 映射?
是否可以使用 Fluent NHibernate 的 PersistenceSpecification 来测试通过 XML 完成的 NHibernate 映射?
Is it possible to use Fluent NHibernate's PersistenceSpecification to test NHibernate mappings done via XML?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PersistenceSpecification 将会话作为其唯一参数,所以我不明白为什么不这样做。
The PersistenceSpecification takes session as its only parameter, so I do not see reason why not.