Class StrategyRegistrationProviderImpl

java.lang.Object
org.hibernate.testing.cache.StrategyRegistrationProviderImpl
All Implemented Interfaces:
org.hibernate.boot.registry.selector.StrategyRegistrationProvider

public class StrategyRegistrationProviderImpl extends Object implements org.hibernate.boot.registry.selector.StrategyRegistrationProvider
Makes the JCache RegionFactory available to the Hibernate StrategySelector service under a number of keys. Prefer to use
  • 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