HHH-9727 - Slight redesign to bootstrapping APIs to allow for OGM bootstrapping

This commit is contained in:
Steve Ebersole 2015-04-16 09:02:28 -05:00
parent 2c968538a5
commit b1bbae2783
1 changed files with 3 additions and 0 deletions

View File

@ -30,7 +30,10 @@ import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
* to the Hibernate {@link org.hibernate.service.ServiceRegistry}.
*
* @author Steve Ebersole
*
* @deprecated A separate {@link org.hibernate.service.spi.ServiceContributor} should be used instead.
*/
@Deprecated
public interface ServiceContributingIntegrator extends Integrator {
/**
* Allow the integrator to alter the builder of {@link org.hibernate.service.ServiceRegistry}, presumably to