max wrote:
look at the other templates. They call $pojo.importType(fqn) to handle this.
Hi max,
thanks for your reply. Imports from base classes they are working now.
I have one more doubt. The tools (using my templates) when they generate relations between two tables dont adding imports.
Example:
public class PrescriptionPharmBase implements java.io.Serializable {
...
private
Prescription prescription;
...
import package.Prescription is missed.
Have you some suggestion to add imports?
java version: java 1.4.2
Regards.
Thanks a lot.