接口 ServiceContributingIntegrator
-
- 所有超级接口:
Integrator
- 所有已知实现类:
JaccIntegrator
@Deprecated public interface ServiceContributingIntegrator extends Integrator
已过时。A separateServiceContributorshould be used instead.Additional, optional contract for Integrators that wish to contributeservicesto the HibernateServiceRegistry.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 已过时的方法 修饰符和类型 方法 说明 voidprepareServices(StandardServiceRegistryBuilder serviceRegistryBuilder)已过时。Allow the integrator to alter the builder ofServiceRegistry, presumably to register services into it.-
从接口继承的方法 org.hibernate.integrator.spi.Integrator
disintegrate, integrate
-
-
-
-
方法详细资料
-
prepareServices
void prepareServices(StandardServiceRegistryBuilder serviceRegistryBuilder)
已过时。Allow the integrator to alter the builder ofServiceRegistry, presumably to register services into it.- 参数:
serviceRegistryBuilder- The build to prepare.
-
-