gert-wijns / TypeSafeQueryBuilder

Compile time assistence while creating queries, making them more type safe and easier to refactor
6 stars 8 forks source link

Support for Hibernate 5.x #69

Closed YoussefArfaoui closed 8 years ago

YoussefArfaoui commented 8 years ago

Hello Gert

Please when are planing to provide support for Hibernate 5.x. is it in the near roadmap

Respect Youssef

gert-wijns commented 8 years ago

Hello, I've already implemented the support for the left joins (which use hibernate 5.1.0.Final) I've upgraded the tsqb version to 2.1.0 and included this. I've also created a release so I think it should be available sometimes tomorrow.

YoussefArfaoui commented 8 years ago

Thanks Youssef