Package org.hibernate.boot.registry.selector
Defines a feature set around named registration of implementations of various contracts
and the ability to select those implementations.
-
Interface Summary Interface Description StrategyRegistration<T> Describes the registration of a named strategy implementation.StrategyRegistrationProvider Responsible for providing the registrations of one or more strategy selectors. -
Class Summary Class Description SimpleStrategyRegistrationImpl<T> A simple implementation of StrategyRegistration.