when using Nhiberante Criteria API or HQL with grouping, query returns list of arrays of entity properties List<Object[]> at which grouping was made. If I need to return only certain property how can I do that? preferably with Nhiberane API if possible
when using Nhiberante Criteria API or HQL with grouping, query returns list of arrays
Share
Have you tried using the Transformers class?
See section 16.1.5