this.session = session;
this.changesLog = new SessionChangesLog(session);
this.itemsPool = new ItemReferencePool();
this.itemFactory = new SessionItemFactory();
this.accessManager = session.getAccessManager();
this.transactionableManager = new TransactionableDataManager(dataManager, session);
}