Uses of Interface
org.hibernate.boot.registry.selector.spi.StrategyCreator
-
Packages that use StrategyCreator Package Description org.hibernate.boot.registry.selector.spi Defines actual contract used for strategy selection. -
-
Uses of StrategyCreator in org.hibernate.boot.registry.selector.spi
Methods in org.hibernate.boot.registry.selector.spi with parameters of type StrategyCreator Modifier and Type Method Description <T> TStrategySelector. resolveStrategy(Class<T> strategy, Object strategyReference, Callable<T> defaultResolver, StrategyCreator<T> creator)<T> TStrategySelector. resolveStrategy(Class<T> strategy, Object strategyReference, T defaultValue, StrategyCreator<T> creator)
-