Prev Next

Spring / Spring module questions

Spring framework:Explain the object/relational mapping integration module.

Spring supports use of an object relational mapping (ORM) tool over JDBC by providing the ORM module.

Spring provides support to enable several popular ORM frameworks, including Hibernate, JDO, and iBATIS SQL Maps. Spring's transaction management supports each of these ORM frameworks as well as JDBC.

More Related questions...

Show more question and Answers...


Comments & Discussions