HHH-9727 - Slight redesign to bootstrapping APIs to allow for OGM bootstrapping
This commit is contained in:
parent
2c968538a5
commit
b1bbae2783
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue