org.hibernate.integrator.spi
Interface ServiceContributingIntegrator
- All Superinterfaces:
- Integrator
public interface ServiceContributingIntegrator
- extends Integrator
Additional, optional contract for Integrators that wish to contribute services
to the Hibernate ServiceRegistry
.
prepareServices
void prepareServices(ServiceRegistryBuilder serviceRegistryBuilder)
- Allow the integrator to alter the builder of
ServiceRegistry
, presumably to
register services into it.
- Parameters:
serviceRegistryBuilder
- The build to prepare.
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.