PersistenceManagerImpl(Class<? extends AccessorFactory> accessorFactory,
Map<String, String> keyspaceNameLookup, StatementOptions statementOptions, boolean mySession,
ExecutionTracerFactory executionTracerFactory, Map<Class<?>, Class<? extends Converter>> staticConverters,
ValidatorFactory validatorFactory) {
this.lsnr = new Lsnr();
this.singletons = new Singletons(DefaultObjectFactory.INSTANCE);
this.accessorFactory = singletons.getInstanceOf(accessorFactory);
this.objectFactory = DefaultObjectFactory.INSTANCE;
this.keyspaceNameLookup = ArrayUtil.simplifyMap(keyspaceNameLookup);
this.statementOptions = statementOptions;
this.mySession = mySession;