this.datastoreSession = datastoreSession;
this.classLoader = classLoader;
this.cache = cache;
PropertyManager propertyManager = new PropertyManager(datastoreSession);
this.interceptorFactory = interceptorFactory;
proxyMethodService = new EntityProxyMethodService(metadataProvider, this, propertyManager, cdoTransaction, interceptorFactory, datastoreSession);
}