hambone
hambone

Reputation: 35

Best Practices for Integrating Hibernate 3.6 and Spring Framework 3?

Let me try this again since the first post got mangled... I've seen a few different methods for integrating Spring and Hibernate... What are the best practices for integrating the latest versions of Hibernate and Spring? What are the pros and cons to using the Spring Hibernate template? Any examples would be cool. Thx!

Upvotes: 2

Views: 4221

Answers (1)

Aravind Yarram
Aravind Yarram

Reputation: 80194

Are you looking more documentation than the one provided here from spring reference?

Here are the pros and cons of using a hibernate template: Spring hibernate template when to use and why?

Here you can get more examples with explanations.

Upvotes: 4

Related Questions