The difference between mybatis and springData jpa

The biggest difference between the two is:

Multi-table query

 

The biggest problem of SpringData jpa is multi-table query,

Mybatis multi-table query can be split into multiple select * from, no need to go to check a bunch,

The SpringData jpa multi-table joint search must write a multi-table query SQL statement

Guess you like

Origin www.cnblogs.com/beyond7788/p/12697993.html