Spring's transaction control-entry level

The transaction in Spring is basically the same as the transaction in the database. Spring's transaction is an encapsulation of database transaction. If the database does not support transactions, then the transaction in Spring has no effect.

Guess you like

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