Monday, July 1, 2013

JDev/ADF sample - Advanced View Criteria Implementation in ADF BC

  • Advanced View Criteria Implementation in ADF BC. I would like to walk through advanced options in ADF BC View Criteria. It goes easy, when defining pretty much standard criteria operators and comparing attribute from VO with literal on bind variable. But when it comes to implement more complex use case with SQL expression or non standard operator, its when developers usually drop it and implement static WHERE clause. Nothing bad to use static WHERE clause and in some situations there is no other choice as only to use static WHERE clause - I will describe in my next post. Today post is about advanced declarative View Criteria features only.
    Download - CustomCriteriaOperatorApp.zip

No comments: