querydsl / codegen

Java/Scala Code generation tool
Apache License 2.0
23 stars 22 forks source link

Fix Scala constructor to output "def this(...)" instead of "public <CLASSNAME>(...)" #14

Closed jtsay362 closed 10 years ago

jtsay362 commented 10 years ago

Gets Scala code generation of com.mysema.query.jpa.codegen.HibernateDomainExporter a bit closer to being right.