|
When using bytecode enhanced lazy loading, the current scheme is to fetch all lazy attributes when one is accessed. There are many times it would be great to define groupings of attributes to be fetched when one of the group is accessed.
In a sense, the current scheme is a single "fetch group". This is about adding the ability for the user to explicitly control the definition of other groups.
A single attribute could only belong to one fetch group.
|