接口的使用
org.hibernate.boot.registry.selector.spi.StrategySelector
-
使用StrategySelector的程序包 程序包 说明 org.hibernate.boot.registry.internal The internals for building service registries.org.hibernate.boot.registry.selector.internal Internals for building StrategySelectororg.hibernate.property.access.internal -
-
org.hibernate.boot.registry.internal中StrategySelector的使用
参数类型为StrategySelector的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.boot.registry.selector.internal中StrategySelector的使用
实现StrategySelector的org.hibernate.boot.registry.selector.internal中的类 修饰符和类型 类 说明 classStrategySelectorImplStandard implementation of the StrategySelector contract.返回StrategySelector的org.hibernate.boot.registry.selector.internal中的方法 修饰符和类型 方法 说明 StrategySelectorStrategySelectorBuilder. buildSelector(ClassLoaderService classLoaderService)Builds the selector. -
org.hibernate.property.access.internal中StrategySelector的使用
返回StrategySelector的org.hibernate.property.access.internal中的方法 修饰符和类型 方法 说明 protected StrategySelectorPropertyAccessStrategyResolverStandardImpl. strategySelectorService()
-