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

added support for multiple joins #8

Closed brunoguadagnini closed 8 years ago

darrachequesne commented 8 years ago

Hi! If not explicitly set, it seems that an INNER JOIN clause is created with path.get() instead of a LEFT JOIN, thus the failure.

Related (I guess): https://github.com/darrachequesne/spring-data-jpa-datatables/issues/7

brunoguadagnini commented 8 years ago

Hi @darrachequesne! Yes, it is the same reported #7! Sorry, I did not see!

darrachequesne commented 8 years ago

hi @brunoguadagnini, I can't remember exactly why that didn't work back then, but multiple joins should now properly work :angel:

Added in https://github.com/darrachequesne/spring-data-jpa-datatables/commit/5ba97e9f160b964c5e10f4a001c6ac093c494fe2

brunoguadagnini commented 8 years ago

Great job @darrachequesne! Thank you very much!

vbura commented 7 years ago

Thank you very much! Good job:)