Hi
I have just used the spring scaffolding, to generate code from a pre existing database. There are some fields within the database that store numbers in them that are bigger than will fit into a Java Integer and so need to be loaded into a Java Long, but I can see no way of setting anything other than Integer in the DSL editor, so if I change the generated code to be Longs then as soon as I compile it all gets changed back to Integer.
How can I get round this issue with out scraping the use of the scaffolding which I really don’t want to do. Is there any way to add Long to the dropdown list used within the DSL editor for the domain object.
Any pointers would be a big help
Regards
David