Class StrategyRegistrationProviderImpl

  • All Implemented Interfaces:
    org.hibernate.boot.registry.selector.StrategyRegistrationProvider

    @MetaInfServices(org.hibernate.boot.registry.selector.StrategyRegistrationProvider.class)
    public class StrategyRegistrationProviderImpl
    extends Object
    implements org.hibernate.boot.registry.selector.StrategyRegistrationProvider
    Makes the contained region factory implementations available to the Hibernate StrategySelector service.
    Author:
    Steve Ebersole
    • Constructor Detail

      • StrategyRegistrationProviderImpl

        public StrategyRegistrationProviderImpl()
    • Method Detail

      • getStrategyRegistrations

        public Iterable<org.hibernate.boot.registry.selector.StrategyRegistration> getStrategyRegistrations()
        Specified by:
        getStrategyRegistrations in interface org.hibernate.boot.registry.selector.StrategyRegistrationProvider