Spring's ORM (Object Relational Mapping) module-study notes

ORM: Object Relational Mapping (ORM) mode is a technology to solve the mismatch between object-oriented and relational databases.

Simply put, ORM automatically persists the objects in the program to the relational database by using metadata describing the mapping between the object and the database.

Guess you like

Origin blog.csdn.net/Wangdiankun/article/details/105869544