@Inject
public PersistitStoreSchemaManager(ConfigurationService config, SessionService sessionService,
TreeService treeService, TransactionService txnService,
TypesRegistryService typesRegistryService) {
super(config, sessionService, txnService, typesRegistryService,
new PersistitStorageFormatRegistry(config));
this.treeService = treeService;
}