Hi,
Just wondering if it is (relatively easily) possible to change the layout of the generated POJO code.
I have figured out how to use TableNameStrategy to put my generated classes into the right packages with a bit of renaming on the way, so that is all good (and very handy I might add!).
The next bit I guess is a matter of style... is there any reason for the generated annotations to be put on the getter rather than the private field? Some of the other tools seem to generate on the field, and many of the examples also have the annotation on the field... in terms of style, I think I prefer to have it on the field, unless their is a good reason not to (like you can't do it :-))
Regards
Colin
|