Hi
I’m trying to build an CRUD application using MyEclipse For Spring. I’m using the Scaffold Spring Crud Application for doing it. My problem is: I’m mapping an Oracle Database and I have some tables with Number(24), when the application makes the mapping, this types are convert to Integer in Java, which gives me the error: Numeric overflow. The solution for this is to change my Integer variables to Double, but I want to do this automatically. So, how can I change the mapping types using Scaffold, since there isn’t any hibernate configuration file?
Thanks,
Nuno