New features are always good to have in JDeveloper – but missing new features, this is something really new
It looks like documentation is released faster than actual functionality. If you read What’s New in This Guide in Release 11.1.2.2.0 documen…
View Link Accessor is available when there is View Link defined and typically is used in ADF to retrieve detail collection from master row in VO row implementation class. Officially this is recommended approach to retrieve detail collections programmat…
With ADF Rollback operation – ADF is reloading entire dataset from DB. It invokes ROLLBACK from database and then executes View Object to return latest data from DB for all rows. This works well when we want to undo multiple changes at once. It may hap…
When working with complex use cases, very often we need to bring aggregated data from DB View. ADF BC Entity Object can be based directly on DB View – it works for data read access. Update operation will fail, because we can’t update data through DB Vi…
Few months back I had a blog post which started discussion in ADF community – if its good or bad practice to access Session Scope in ADF BC – How to Access Session Scope in ADF BC. In this blog post I was describing ADF public API method which gives ac…