_conf = factory.getConfiguration();
_compat = _conf.getCompatibilityInstance();
_factory = factory;
_log = _conf.getLog(OpenJPAConfiguration.LOG_RUNTIME);
_cache = new ManagedCache(newManagedObjectCache());
_operating = MapBackedSet.decorate(new IdentityMap());
_connRetainMode = connMode;
_managed = managed;
if (managed)
_runtime = _conf.getManagedRuntimeInstance();
else