CHAPTER 6View Objects: A Window to Your Data

So far, you’ve pretty much relied on your database model to drive your business services development, which is a reasonable approach given that a sizable proportion of your application will typically be manipulating that data. However, what makes for a good database design doesn’t necessarily reflect the way your application will expose data to your end user or the developer consuming your business service. This is where view objects are used to shape your underlying data sources into application-specific views.

This chapter shows how to create, manage, and edit view objects, including how you can create view objects from different underlying data sources, build master/detail relationships, and define ...

Get Quick Start Guide to Oracle Fusion Development 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.