关于 spring.net 实现的任何好例子 + NHibernate +存储库模式
有没有关于使用 NHibernate 和存储库模式实现 Spring.net 的好例子?
目前我正在浏览以下网址。
http://www.springframework.net/ doc-latest/reference/html/orm.html#orm-hibernate-web
Are there any good example on implementation of Spring.net with NHibernate and Repository pattern?
Currently I'm going through below url's.
http://www.springframework.net/doc-latest/reference/html/orm.html#orm-hibernate-web
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它使用 Castle Windsor 而不是 Spring,但是 Sharp Architecture 是使用 Repository-Pattern 的一个很好的例子NHibernate(MVC 应用程序背后)。
It uses Castle Windsor rather than Spring, but the Sharp Architecture is a good example of using the Repository-Pattern with NHibernate (behind an MVC app).