Wednesday, February 12, 2014

JDev/ADF sample - Collecting Changed Row Keys in ADF BC DoDML Method

  • Collecting Changed Row Keys in ADF BC DoDML Method. If you ever had a question - how to collect information about all changed rows in the transaction, I will provide an answer in this post. As you perhaps already know, doDML method from Entity Implementation class is invoked per each changed row. This means our task is to collect Primary Keys for all changed rows and later access this collection from another method, to be able to process collected keys (log them, call PL/SQL, etc.).
    Download - DoDMLExceptionProcessingApp_v2.zip

No comments: