How can I customize the Scafffolding of CRUD so that MySQL bigint(20) can be converted into Long data type instead of Integer?
I checked the code generation customization project but still I can not figure it out.
That would be great somebody can guide me for this so that this scafffolding can generate java code with Long data type instead of Integer for MySQL bigint column?
Thanks,
Charlie