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!

Oracle ADF Rest - overridden prepareForDML method is not called when there is no change in attribute

Joby-OracleMay 9 2022

In my EOImpl class , I have overridden prepareForDML method to call an external API and based on external API response I have to update an attributes value.
In case of PATCH API call with change in attribute value it works fine , but PATCH API call without any change in attribute's value prepareForDML method is not executed.
Is it possible to call prepareForDML method when there is no change in attribute's value.
Or is there any alternative approach to implement this ?

Comments
Post Details
Added on May 9 2022
2 comments
299 views