程序包 org.hibernate.boot.registry.selector
Defines a feature-set around named registration of implementations of various contracts and the ability
to select those implementations.
-
接口概要 接口 说明 StrategyRegistration<T> Describes the registration of a named strategy implementation.StrategyRegistrationProvider Responsible for providing the registrations of strategy selector(s). -
类概要 类 说明 SimpleStrategyRegistrationImpl<T> A simple implementation of StrategyRegistration.