- Building Microservices with Spring
- Dinesh Rajput Rajesh R V
- 59字
- 2021-07-02 14:54:00
Spring's ORM
Spring also provides support to ORM solutions, and it provides integration with ORM tools for easy persistence of POJO objects in relational databases. This module actually provides an extension to the Spring DAO module. Like JDBC-based templates, Spring provides ORM templates to work with leading ORM products, such as Hibernate, JPA, OpenJPA, TopLink, iBATIS, and so on.