Timo Westkämper

Results 13 comments of Timo Westkämper
trafficstars

The constructor usage optimization is not yet perfect, the sources are here https://github.com/mysema/scalagen/blob/master/scalagen/src/main/scala/com/mysema/scalagen/Constructors.scala I don't think there is a valid way to convert the first example to Scala, but the...

@fbricon The splitting has been done already https://github.com/mysema/querydsl/issues/180 It will be in the next release

As generic classes can't be properly modeled using the current approach, they might need to be put into the struct list: ``` (struct ) ``` and for generic types usage...