Missing New Feature in JDev (11.1.2.2.0) – ADF Methods Security

| May 15, 2012 12:19 +0000

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 Usage Performance Side Effect

| May 13, 2012 02:26 +0000

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…

Refreshing Single Row Without Full Rollback

| May 12, 2012 10:28 +0000

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…

How to Update Data from DB View using ADF BC DoDML Method

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…

Bad Practice for Session Scope Access in ADF BC

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…