ORM code generator and imports

Is there any way in order to avoid importing of package java.util.Date for every Class which is using it?

Thanks

Hi maurizio316,

We do not quite understand your need. Do you mean you want fully qualified type?

Best regards,
Jick

Sorry., I wasn’t so clear…
When I generate java code I obtain variables declaration like:
Date date1;
Date date2;
… and so on…
After I must define an import for every file in my java editor…
Is there any possibility to generate code with imports (for instance: import java.util.Date)?

[quote=Jick]Hi maurizio316,

We do not quite understand your need. Do you mean you want fully qualified type?

Best regards,
Jick[/quote]

Hi maurizio316,

Please use “java.uti.Date” as attribute type.

Hope this helps.

Best regards,
Jick

javaDate.png