Uses of Interface
org.hibernate.boot.registry.selector.spi.StrategyCreator
Packages that use StrategyCreator
Package
Description
Internals for building StrategySelector
Defines actual contract used for
strategy selection.
Internal implementations and support for second-level caching.
-
Uses of StrategyCreator in org.hibernate.boot.registry.selector.internal
Methods in org.hibernate.boot.registry.selector.internal with parameters of type StrategyCreatorModifier and TypeMethodDescription<T> T
StrategySelectorImpl.resolveStrategy
(Class<T> strategy, Object strategyReference, Callable<T> defaultResolver, StrategyCreator<T> creator) <T> T
StrategySelectorImpl.resolveStrategy
(Class<T> strategy, Object strategyReference, T defaultValue, StrategyCreator<T> creator) -
Uses of StrategyCreator in org.hibernate.boot.registry.selector.spi
Methods in org.hibernate.boot.registry.selector.spi with parameters of type StrategyCreatorModifier and TypeMethodDescription<T> T
StrategySelector.resolveStrategy
(Class<T> strategy, Object strategyReference, Callable<T> defaultResolver, StrategyCreator<T> creator) <T> T
StrategySelector.resolveStrategy
(Class<T> strategy, Object strategyReference, T defaultValue, StrategyCreator<T> creator) -
Uses of StrategyCreator in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal that implement StrategyCreator