Framework extension classes

In addition to the page flow templates and page templates that are used for the frontend part of the application, you also need another kind of template for the backend Business Components.

The ADF framework uses eight base classes for Business Components. The four most important ones are as follows:

  • EntityImpl: This class corresponds to one row of data and contains methods to create a row, set attribute values, and perform database operations.
  • ViewObjectImpl: This class corresponds to the view object query. The methods in this class allow you to set a bind variable, modify the WHERE clause, and execute the query.
  • ViewRowImpl: This class corresponds to the result set from a query and contains a collection of pointers to ...

Get Oracle ADF Enterprise Application Development – Made Simple Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.