Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to preent the Super.doDML of EOImpl Class from being called?

694220Jul 21 2009 — edited Jul 21 2009
Hi,

I am working on an ADF BC application, I ahve created an insert fomr that has two different View Objects based on two different entity objects.
These two View Objects are in master detail format,
What I want to do is call the super.doDML for the master and there only I do the insert in the detail VO also?

But, the problem is everytime I try to access do so the entries in the master are done successfully but for the detail VO both the custom code as well as the super.doDML are getting called?

Is there a way I can prevent the default super.doDML in the EOImpl class from getting called in case of insert operation?

If somebody has any idea please help!!

Thanks & Regards,
Raksha
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 18 2009
Added on Jul 21 2009
1 comment
380 views