When you create a view object definition, JDeveloper assembles a query for you based on the entity object usages and view object attributes you have chosen. However, you can specify almost any valid SQL query for your view object definition.
To change the WHERE or ORDER BY clause of the query JDeveloper has assembled:
To entirely change the query JDeveloper has assembled:
Note: Oracle ADF Business Components will use the following SQL to query the database:
SELECT *
FROM <QUERY>;
where <QUERY>
is the query you enter
here. As long as this valid, the view object will function.
If you need further assistance on either page of the editor, click Help.
Representing a Query
About Oracle ADF View Objects
About
View Object Attributes
About Entity Object Attributes
About Modeling Business Components
Copyright © 1997, 2004, Oracle. All rights reserved.