With ember-data-model-fragments we have to rely on the private variation of _lookupFactory on the owner to lookup fragment classes, see: ember-data-model-fragments/.../ext.js.
This was part of the container API originally. And I know that was private and also we don't want to encourage users to be instantiating their own instances, but this is something we could really use for addons.
Originally filed as emberjs/ember.js#13065