} catch (Exception invalid) {
this.session.handleException(EntityManagerSetupException.failedToInstantiateProperty(tuning, PersistenceUnitProperties.TUNING, invalid));
}
}
getDatabaseSession().setTuner(tuner);
tuner.tunePreDeploy(m);
}
}
/**
* Check for a tuning property and run the tuner deploy.