Package org.hibernate.integrator.spi
Interface ServiceContributingIntegrator
-
- All Superinterfaces:
Integrator
- All Known Implementing Classes:
JaccIntegrator
@Deprecated public interface ServiceContributingIntegrator extends Integrator
Deprecated.A separateServiceContributor
should be used instead.Additional, optional contract for Integrators that wish to contributeservices
to the HibernateServiceRegistry
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
prepareServices(StandardServiceRegistryBuilder serviceRegistryBuilder)
Deprecated.Allow the integrator to alter the builder ofServiceRegistry
, presumably to register services into it.-
Methods inherited from interface org.hibernate.integrator.spi.Integrator
disintegrate, integrate
-
-
-
-
Method Detail
-
prepareServices
void prepareServices(StandardServiceRegistryBuilder serviceRegistryBuilder)
Deprecated.Allow the integrator to alter the builder ofServiceRegistry
, presumably to register services into it.- Parameters:
serviceRegistryBuilder
- The build to prepare.
-
-