In which cases it is a good idea to add second ORM framework to a project?

时间:2018-07-24 10:15:40

标签: sql orm frameworks

We have to run complex (with a lot of joins and large resultsets) analytical queries, and Ebean is quite inconvenient for this purpose. What's better choice: to add, for example, MyBatis which seems to me as sufficient tool for our needs or may be just run raw SQL on JDBCTemplate with manual mapping? Also what problems can we encounter using two (or more?) ORM frameworks?

0 个答案:

没有答案
相关问题