I might get my head chopped off for this one, but presumably the generated

Key construction code "knows what it's doing" and can call the optimized
Key constructor. We can rollback if I'm missing something.
This commit is contained in:
Ray Greenwell
2010-03-03 03:59:02 +00:00
parent 96e858070a
commit 37c348a305
@@ -6,6 +6,5 @@
{
return new Key<@record@>(
@record@.class,
new ColumnExp[] { @fieldNameList@ },
new Comparable[] { @argNameList@ });
}