Package org.hibernate.testing.cache
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIterable
<org.hibernate.boot.registry.selector.StrategyRegistration<?>>
-
Constructor Details
-
StrategyRegistrationProviderImpl
public StrategyRegistrationProviderImpl()
-
-
Method Details
-
getStrategyRegistrations
public Iterable<org.hibernate.boot.registry.selector.StrategyRegistration<?>> getStrategyRegistrations()- Specified by:
getStrategyRegistrations
in interfaceorg.hibernate.boot.registry.selector.StrategyRegistrationProvider
-