Tuesday, May 29, 2018

JDev/ADF sample - Effective Way to Get Changed Rows in ADF BC API

  • Effective Way to Get Changed Rows in ADF BC API. Did you ever wondered how to get all changed rows in the transaction, without iterating through entire row set? It turns out to be pretty simple with ADF BC API method - getAllEntityInstancesIterator, which is invoked for Entity Definition attached to current VO.
    Download - GitHub

No comments: