cacheManager, lockManager, lockReleaser,
transactionManager, persistenceManager, idGenerator, cacheType );
}
// load and verify from PS
RelationshipTypeData relTypes[] = null;
PropertyIndexData propertyIndexes[] = null;
// beginTx();
relTypes = persistenceManager.loadAllRelationshipTypes();
propertyIndexes = persistenceManager.loadPropertyIndexes(
INDEX_COUNT );
// commitTx();