How to remove Many to One and One to One Association Data from Association table

0
I have a requirement where I am using association table data at session level only to make my UI behave certain way. However I dont want to store that association data in corresponding association table and want to remove that as part of one button click action. I have found a way to remove many to many association data but I am not able to do the same in case of entities having One to one or Many to One association. Any suggestion ?
asked
1 answers
5

Just set the reference to empty.

Regards,

Ronald

 

answered