Collections in QueryDSL projections
问题 I am trying to use a projection to pull in data from an entity an some relations it has. However. The constructor on the projection takes three arguments; a set, integer and another integer. This all works fine if I don't have the set in there as an argument, but as soon as I add the set, I start getting SQL syntax query errors. Here is an example of what I'm working with... @Entity public class Resource { private Long id; private String name; private String path; @ManyToOne @JoinColumn(name