Uses of Interface
org.hibernate.boot.registry.selector.internal.LazyServiceResolver
-
Packages that use LazyServiceResolver Package Description org.hibernate.boot.registry.selector.internal Internals for building StrategySelectororg.hibernate.boot.registry.selector.spi Defines actual contract used for strategy selection. -
-
Uses of LazyServiceResolver in org.hibernate.boot.registry.selector.internal
Classes in org.hibernate.boot.registry.selector.internal that implement LazyServiceResolver Modifier and Type Class Description classAggregatedDialectSelectorclassDefaultDialectSelectorclassDefaultJtaPlatformSelectorMethods in org.hibernate.boot.registry.selector.internal with parameters of type LazyServiceResolver Modifier and Type Method Description <T> voidStrategySelectorImpl. registerStrategyLazily(Class<T> strategy, LazyServiceResolver<T> resolver) -
Uses of LazyServiceResolver in org.hibernate.boot.registry.selector.spi
Subinterfaces of LazyServiceResolver in org.hibernate.boot.registry.selector.spi Modifier and Type Interface Description interfaceDialectSelector
-