entities = entitiesModel;
services = servicesModel.newInstance( this );
importedServices = importedServicesModel.newInstance( this );
// Eager instance objects
activation = new ActivationDelegate( this );
typeLookup = new TypeLookup( this );
queryBuilderFactory = new QueryBuilderFactoryImpl( this );
classLoader = new ModuleClassLoader( this, Thread.currentThread().getContextClassLoader() );
entityFunction = new EntityFunction( this );