146147148149150151152153154155156
// Process all the attributes of the fetch group. for (FetchAttributeMetadata fetchAttribute : m_fetchAttributes) { fetchGroup.addAttribute(fetchAttribute.getName()); } fetchGroupManager.addFetchGroup(fetchGroup); } } /** * INTERNAL:
148149150151152153154155156157158
135136137138139140141142143144145