Prior to Alpha1 we should consider adding a "parameter object" argument to the {{ { org.hibernate.integrator.spi.Integrator#integrate}} } method. E.g.:
{code} void integrate( Metadata metadata, BootstrapContext bootrapContext, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry); {code} |
|