InterviewSolution
Saved Bookmarks
| 1. |
What Are Orm Integration Modules? |
|
Answer» Object/relational mapping (ORM) tool is supported by Spring over STRAIGHT JDBC by implementing the ORM module. Spring can join VARIOUS important ORM frameworks, including JDO, iBATIS SQL MAPS and Hibernate. Object/relational mapping (ORM) tool is supported by Spring over straight JDBC by implementing the ORM module. Spring can join various important ORM frameworks, including JDO, iBATIS SQL Maps and Hibernate. |
|