}
@Override
public void start(StartContext startContext) throws StartException {
this.storeConfig = this.configurationBuilder.create();
this.transactionalEntityManagerHelper = new TransactionalEntityManagerHelper(
this.transactionSynchronizationRegistry.getValue(),
this.transactionManager.getValue());
try {
configureEntityManagerFactory();