Hi,
while generating the sql2java-classes for a oracle db, I got some datatype mappings which seems strange to me, f.e. the java-type java.lang.Object is generated for the db-type NVARCHAR2 which should be mapped into a java.lang.String.
I'd like to configure the following mappings:
NUMBER(10,0) --> Long
NVARCHAR2 --> String
Where and how can I change the dataype mappings?
(I...
2009-02-02 22:23:53 UTC in SQL to Java Code Generator