Oracle ADF view objects are business components that collect data from the datasource, shape that data for use by clients, and allow clients to change that data in the Oracle ADF Business Components cache. For more information, see About Oracle ADF View Objects.
You can create a view object definition in any of the following ways:
This will create a simple view object definition, with all
attributes based on the entity object and a query of SELECT *
FROM <TABLE>
, where <TABLE>
is the table on which the entity object is based. You should edit the view
object later. For more information, see the related topics list.
This will open the View Object Wizard. If you need assistance with the wizard, click H elp.
Note: When you create an view object on a diagram you can change the default name when it is hightlighted on the modeled view object. The other properties for the modeled view object are defaulted, but these default values can be changed. For more information, see Changing the Properties of a Diagram Element.
Representing a Query
About View Object Java Classes
About
Oracle ADF Business Components Packages
About Entity Objects
Ways to
Create an Entity Object Definition
Changing the Entity Usages in a View Object Definition
Specifying a Custom Query for a View Object Definition
Adding, Removing, and Changing Attributes in a View Object Definition
Creating a Diagram of Business Components
About Modeling Business Components
Copyright © 1997, 2004, Oracle. All rights reserved.