Questions tagged as 'querydsl'

1
answer

How to add to the build path a folder via maven

I have an application using Jhipster, to make queries I added querydsl, I configured in maven to generate Q classes, these classes are being generated in the path: target / generated-sources This folder is not in my buildpath so the project g...
asked by 16.04.2016 / 12:23
0
answers

Elasticsearch aggregations are missing categories in buckets

I need to add products by category The body of the products is: p1 = [ ... "categories": ["1","2","3","4"] ]; p2 = [ ... "categories": ["2","1","9","10"] ]; p3 = [ ... "categories": ["2","22","13","14"] ]; p4 = [ ... "categories": ["14","52...
asked by 29.11.2017 / 11:00
1
answer

QueryDSL with abstract class

I need to make a query that returns an abstract object. In case when my code arrives in the ".list ()" it throws an exception, on the other hand, if I use ".list" but returning an attribute of this object it works. I just want to know if quer...
asked by 05.02.2014 / 15:36