Beginner |
|
Joined: Tue Jan 18, 2005 6:44 pm Posts: 39
|
Hi,
I have a parent class with multiple child classes.The parent class in my case is consumers and one of its child classes is otheridentifiers. I have defined the cascade=all option for ever child class in the parent class mapping file.
Hibernate generates sql statements for every child class except for otheridentifiers. Other identifiers is the only class with a composite key is that the reason why it is generating only update statements and nto an insert sql statement. Please let me know since I have spent a considerable amount fo time on this issue.
thanks,
Jeevak
|
|