[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.dali] Entity Wizard omits columns in entity if foreign key

Hi I noticed the entity wizard doesn't generate a column for the foreign key if the table that the foreign key references has no entity class. For example, if you have table A with a foreign key that points to PK of Table B. Then you launch the entity generation wizard and only select Table A, you will find that the field for the foreign key column is not part of the entity class of A.

Does this seem correct?