ADF BC Tuning II: Associations
by Avrom
Last week, I talked about tuning your ADF entity objects for maximum performance. This week, I’m going to talk about ADF associations.
Custom Association Views
One of the concepts I covered last week was an entity object’s default query, the all-columns query that would be created in a default view object for that entity object. I also talked about one place where the default query is used, even if you don’t create a default view object: entity object fault-in.
But there’s another place that this possibly inefficient query gets used, at least by default: Whenever your business logic traverses an association accessor.

