darrachequesne / spring-data-jpa-datatables

Spring Data JPA extension to work with the great jQuery plugin DataTables (https://datatables.net/)
Apache License 2.0
447 stars 173 forks source link

Does it support mybatis3 #41

Closed wangjia2016 closed 7 years ago

wangjia2016 commented 7 years ago

Since mybatis3 is more popular than Spring-data-jpa, so how to conver this project to mybatis? THKS。

darrachequesne commented 7 years ago

Hi! I'm not familiar with mybatis, is it possible to construct dynamic queries with it?

wangjia2016 commented 7 years ago

@darrachequesne yes,it's very easy to construct dynamic queries. see http://www.mybatis.org/mybatis-3/index.html

darrachequesne commented 7 years ago

Well, I'm afraid I won't have much time to spend on this, but I would be happy to merge any pull request adding that feature!

Also, as suggested here, that implementation should maybe have its own module (something like mybatis-datatables).