When you use view criteria to be exposed in an <af:query/> component, it is sometimes weird that ADF allows you to change query operators. In this use case I define a view criteria using a BETWEEN clause on two dates. When you create an <af:query/> component based on this criteria, you will see that it is rendered with operation 'between' as the selected operator. You do however have the possibility to change the operators. This actually makes no sense because you only need between. You can change this behavior on the UI-hints tab of the view criteria editor. When you run the application again, no operators are shown, but you can still insert two dates, still making it clear to the user that the search will be from - to. This is a design-time solution. You can also manipulate this at run-time. Run-time manipulation For this you need to create the view object implementation class. In this class you then create a method that will show or hide the operators. By setting
My findings regarding Oracle ADF, Oracle JET, Oracle Mobile and Oracle Cloud