| Author |
CascadeType.PERSIST not working
|
Duran Harris
Ranch Hand
Joined: Nov 09, 2008
Posts: 571
|
|
Hi Guys..
Could someone please point out to me where I might be going wrong?I'm trying to make sure that when an Item is persisted it's bids get persisted as well...I am using this property in my persistence.xml:
At the moment I can persist a bid or an item but persisting an Item will only result in an Item being added to the item table,not it's related Bids..
I have the following two entities(modified from the ActionBazaar app):
And finally the entity manager code(in my bean's business method):
|
===>SCJP 1.5(72%)<===
==>SCWCD1.5(76%)<===
|
 |
 |
|
|
subject: CascadeType.PERSIST not working
|
|
|