| Author |
Why a duplicate column being created for a foriegn key
|
Kumar Raja
Ranch Hand
Joined: Mar 18, 2010
Posts: 447
|
|
Hi All,
I have a below class file and hbm file defined
As you see, it has an association with Stock class, which I'm omitting for now in this post.
When I looked into logs for org.hibernate.tool.hbm2ddl.SchemaExport, I see the create DDL statement for StockDailyRecord as follows
As you see, it has STOCK and STOCKID. Which are actually one and the same. and when you persist, the value is being duplicated in both the columns. This is not necessary. How can this be fixed?
Please advise.
|
Regards
KumarRaja
|
 |
 |
|
|
subject: Why a duplicate column being created for a foriegn key
|
|
|