.manageConnectionFactory(false);
storeBuilder.table().createOnStart(false);
JdbcBinaryStore jdbcBucketCacheStore = new JdbcBinaryStore();
jdbcBucketCacheStore.init(new InitializationContextImpl(storeBuilder.create(), getCache(), getMarshaller(),
new DefaultTimeService(), new ByteBufferFactoryImpl(),
new MarshalledEntryFactoryImpl(getMarshaller())));
jdbcBucketCacheStore.start();
assert jdbcBucketCacheStore.getConnectionFactory() == null;