Hi,
I'm using your project (slightly modified to translate to JPQL) in my project (spot-next.io). So far it works great. But yesterday I saw that something like this doesn't work:
.filter(p -> catalogService.getSessionCatalogVersions().contains(p.getCatalogVersion()) && p.getCategories().contains(category));
It is not translated to a WHERE catalogVersions IN (...) clause. It should be possible to implement this in with jaque. Any idea how?
Btw, cool project :-)
Hi,
I'm using your project (slightly modified to translate to JPQL) in my project (spot-next.io). So far it works great. But yesterday I saw that something like this doesn't work:
It is not translated to a
WHERE catalogVersions IN (...)clause. It should be possible to implement this in with jaque. Any idea how?Btw, cool project :-)