Spring Data JPA & MyBatis

后端 未结 5 2163
无人共我
无人共我 2021-02-10 00:02

I am trying to use Spring Data JPA with MyBatis. Since there isnt a Vendor Adapter for MyBatis, what is the alternative here?



        
5条回答
  •  我寻月下人不归
    2021-02-10 00:31

    Why not try spring-data-jpa-extra

    It provide a dynamic query solution for spring-data-jpa like mybatis, but much easier than mybatis.

    I think you would like it : )

提交回复
热议问题