postChanges : How and when should it be used?
746902May 15 2010 — edited May 19 2010Hi,
I am using JDev 11.1.1.2.0 and ADF 11g.
In our project, we have built in some complex screen flow and for this dev. team have freely used " getDBTransaction().postChanges()". It has been used even in areas where the DB values are not involved.
After going through the API, I am still not clear about its implications from the perspective of
1. Performance
2. N/W call cost
3. Its main usage, b'coz the API doc says to rather use doDML than postChanges
Kindly put in your thoughts and experience.
Thanks in advance.