Uses of Interface
org.hibernate.boot.registry.selector.StrategyRegistration
-
Packages that use StrategyRegistration Package Description org.hibernate.boot.registry.selector Defines a feature set around named registration of implementations of various contracts and the ability to select those implementations. -
-
Uses of StrategyRegistration in org.hibernate.boot.registry.selector
Classes in org.hibernate.boot.registry.selector that implement StrategyRegistration Modifier and Type Class Description classSimpleStrategyRegistrationImpl<T>A simple implementation of StrategyRegistration.Methods in org.hibernate.boot.registry.selector that return types with arguments of type StrategyRegistration Modifier and Type Method Description Iterable<StrategyRegistration>StrategyRegistrationProvider. getStrategyRegistrations()Get allStrategyRegistrations announced by this provider.
-