接口的使用
org.hibernate.boot.registry.BootstrapServiceRegistry
-
使用BootstrapServiceRegistry的程序包 程序包 说明 org.hibernate.boot.cfgxml.internal org.hibernate.boot.registry Defines service registry contracts application are likely to want to utilize for configuring Hibernate behavior.org.hibernate.boot.registry.internal The internals for building service registries.org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.org.hibernate.service.internal -
-
org.hibernate.boot.cfgxml.internal中BootstrapServiceRegistry的使用
参数类型为BootstrapServiceRegistry的org.hibernate.boot.cfgxml.internal中的构造器 构造器 说明 ConfigLoader(BootstrapServiceRegistry bootstrapServiceRegistry) -
org.hibernate.boot.registry中BootstrapServiceRegistry的使用
返回BootstrapServiceRegistry的org.hibernate.boot.registry中的方法 修饰符和类型 方法 说明 BootstrapServiceRegistryBootstrapServiceRegistryBuilder. build()Build the bootstrap registry.BootstrapServiceRegistryStandardServiceRegistryBuilder. getBootstrapServiceRegistry()参数类型为BootstrapServiceRegistry的org.hibernate.boot.registry中的方法 修饰符和类型 方法 说明 static StandardServiceRegistryBuilderStandardServiceRegistryBuilder. forJpa(BootstrapServiceRegistry bootstrapServiceRegistry)Intended only for use fromEntityManagerFactoryBuilderImpl.参数类型为BootstrapServiceRegistry的org.hibernate.boot.registry中的构造器 构造器 说明 StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry)Create a builder with the specified bootstrap services.StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry, Map settings, LoadedConfig loadedConfig)Intended for use exclusively from JPA boot-strapping, or extensions of this class.StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry, LoadedConfig loadedConfigBaseline)Create a builder with the specified bootstrap services. -
org.hibernate.boot.registry.internal中BootstrapServiceRegistry的使用
实现BootstrapServiceRegistry的org.hibernate.boot.registry.internal中的类 修饰符和类型 类 说明 classBootstrapServiceRegistryImplServiceRegistryimplementation containing specialized "bootstrap" services, specifically:ClassLoaderServiceIntegratorServiceStrategySelector参数类型为BootstrapServiceRegistry的org.hibernate.boot.registry.internal中的方法 修饰符和类型 方法 说明 voidStandardServiceRegistryImpl. resetAndReactivate(BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator> serviceInitiators, List<ProvidedService> providedServices, Map<?,?> configurationValues)Very advanced and tricky to handle: not designed for this.参数类型为BootstrapServiceRegistry的org.hibernate.boot.registry.internal中的构造器 构造器 说明 StandardServiceRegistryImpl(boolean autoCloseRegistry, BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator> serviceInitiators, List<ProvidedService> providedServices, Map<?,?> configurationValues)Constructs a StandardServiceRegistryImpl.StandardServiceRegistryImpl(BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator> serviceInitiators, List<ProvidedService> providedServices, Map<?,?> configurationValues)Constructs a StandardServiceRegistryImpl. -
org.hibernate.cfg中BootstrapServiceRegistry的使用
参数类型为BootstrapServiceRegistry的org.hibernate.cfg中的构造器 构造器 说明 Configuration(BootstrapServiceRegistry serviceRegistry) -
org.hibernate.service.internal中BootstrapServiceRegistry的使用
参数类型为BootstrapServiceRegistry的org.hibernate.service.internal中的方法 修饰符和类型 方法 说明 voidAbstractServiceRegistryImpl. resetParent(BootstrapServiceRegistry newParent)Very advanced and tricky to handle: not designed for this.参数类型为BootstrapServiceRegistry的org.hibernate.service.internal中的构造器 构造器 说明 AbstractServiceRegistryImpl(BootstrapServiceRegistry bootstrapServiceRegistry)AbstractServiceRegistryImpl(BootstrapServiceRegistry bootstrapServiceRegistry, boolean autoCloseRegistry)
-