Advanced topics on view objects

In a view object, you will have the custom logic to work on SQL queries and the data that is displayed in the UI layer. The following are some of the advanced concepts for view objects:

  • Tuning: View object tuning plays an important role in the performance of an application. Some of the common tuning concepts are discussed here in this section.
  • MaxFetchSize: MaxFetchSize is the maximum number of rows fetched from a database for the current view object. -1 will retrieve an unlimited number of rows or all the rows returned from a query. The value 0 will cause no query execution and no rows will be returned.
  • FetchSize: This is the number of rows that is returned on a single database round trip. This setting will determine ...

Get Oracle ADF 11gR2 Development Beginner's Guide 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.