开发者

merging spring with Nhibernate

开发者 https://www.devze.com 2023-01-15 05:21 出处:网络
What is spring? Why is it being usd with Hibernate? Whats its u开发者_如何学JAVAtility? What is spring?

What is spring? Why is it being usd with Hibernate? Whats its u开发者_如何学JAVAtility?


What is spring?

Spring.NET is an object container and DI framework among others. It is a port of the popular Java Spring framework to .NET.

Why is it being usd with Hibernate?

Because it brings AOP functionalities that simplify the session management.

Whats its utility?

It avoids you writing some common recurring code but of course this will depend on what modules you use.

0

精彩评论

暂无评论...
验证码 换一张
取 消