接口的使用
org.hibernate.integrator.spi.IntegratorService
-
使用IntegratorService的程序包 程序包 说明 org.hibernate.boot.registry.internal The internals for building service registries.org.hibernate.integrator.internal -
-
org.hibernate.boot.registry.internal中IntegratorService的使用
参数类型为IntegratorService的org.hibernate.boot.registry.internal中的构造器 构造器 说明 BootstrapServiceRegistryImpl(boolean autoCloseRegistry, ClassLoaderService classLoaderService, StrategySelector strategySelector, IntegratorService integratorService)Constructs a BootstrapServiceRegistryImpl.BootstrapServiceRegistryImpl(ClassLoaderService classLoaderService, StrategySelector strategySelector, IntegratorService integratorService)Constructs a BootstrapServiceRegistryImpl. -
org.hibernate.integrator.internal中IntegratorService的使用
实现IntegratorService的org.hibernate.integrator.internal中的类 修饰符和类型 类 说明 classIntegratorServiceImpl
-