IntelliJ Java IDE
The moose likes Object Relational Mapping and the fly likes Why a duplicate column being created for a foriegn key Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Object Relational Mapping
Reply Bookmark "Why a duplicate column being created for a foriegn key " Watch "Why a duplicate column being created for a foriegn key " New topic
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
 
Threads others viewed
Not-null property references a null or transient value
Illegal attempt to associate a collection with two open sessions
Help with mapping set - Hibernate
Lazy loading not working as expected
Composite Key and update: update never executed
MyEclipse, The Clear Choice