Uses of Interface
org.hibernate.boot.registry.selector.spi.StrategySelector
-
Packages that use StrategySelector Package Description 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 Contains various implementations ofPropertyAccessStrategy
. -
-
Uses of StrategySelector in org.hibernate.boot.registry.internal
Constructors in org.hibernate.boot.registry.internal with parameters of type StrategySelector Constructor Description BootstrapServiceRegistryImpl(boolean autoCloseRegistry, ClassLoaderService classLoaderService, StrategySelector strategySelector, IntegratorService integratorService)
Constructs a BootstrapServiceRegistryImpl.BootstrapServiceRegistryImpl(ClassLoaderService classLoaderService, StrategySelector strategySelector, IntegratorService integratorService)
Constructs a BootstrapServiceRegistryImpl. -
Uses of StrategySelector in org.hibernate.boot.registry.selector.internal
Classes in org.hibernate.boot.registry.selector.internal that implement StrategySelector Modifier and Type Class Description class
StrategySelectorImpl
Standard implementation of theStrategySelector
contract.Methods in org.hibernate.boot.registry.selector.internal that return StrategySelector Modifier and Type Method Description StrategySelector
StrategySelectorBuilder. buildSelector(ClassLoaderService classLoaderService)
Builds the selector. -
Uses of StrategySelector in org.hibernate.property.access.internal
Methods in org.hibernate.property.access.internal that return StrategySelector Modifier and Type Method Description protected StrategySelector
PropertyAccessStrategyResolverStandardImpl. strategySelectorService()
-