Class StrategyRegistrationProviderImpl

java.lang.Object
org.infinispan.hibernate.cache.v62.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 Details

    • StrategyRegistrationProviderImpl

      public StrategyRegistrationProviderImpl()
  • Method Details

    • getStrategyRegistrations

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