When running the generated on a large schema the Keys.java files is too large to compile
The code for the static initializer is exceeding the 65535 bytes limit Keys.java UniqueKeys count 919 ForeignKeys count 1953 I solved the problem by manually copying all the ForeignKeys to a new Class ForeignKeys.java and fixing up all the references in all the table classes.
