this.relTypeCreator = relTypeCreator;
this.txIdGenerator = txIdGenerator;
this.txModule = txModule;
this.lockManager = lockManager;
this.lockReleaser = lockReleaser;
this.idGeneratorModule = new IdGeneratorModule( new IdGenerator() );
this.readOnly = Boolean.parseBoolean( (String) params.get( READ_ONLY ) );
this.backupSlave = Boolean.parseBoolean( (String) params.get( BACKUP_SLAVE ) );
this.syncHookFactory = txSyncHookFactory;
this.persistenceModule = new PersistenceModule();
this.cacheManager = new AdaptiveCacheManager();