Uses of Interface
org.hibernate.boot.registry.selector.StrategyRegistrationProvider
-
Packages that use StrategyRegistrationProvider Package Description org.hibernate.boot.registry Defines service registry contracts application are likely to want to utilize for configuring Hibernate behavior.org.hibernate.jpa.boot.spi org.hibernate.testing.cache -
-
Uses of StrategyRegistrationProvider in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry with parameters of type StrategyRegistrationProvider Modifier and Type Method Description BootstrapServiceRegistryBuilder
BootstrapServiceRegistryBuilder. applyStrategySelectors(StrategyRegistrationProvider strategyRegistrationProvider)
Applies one or more strategy selectors announced as available by the passed announcer.BootstrapServiceRegistryBuilder
BootstrapServiceRegistryBuilder. withStrategySelectors(StrategyRegistrationProvider strategyRegistrationProvider)
-
Uses of StrategyRegistrationProvider in org.hibernate.jpa.boot.spi
Methods in org.hibernate.jpa.boot.spi that return types with arguments of type StrategyRegistrationProvider Modifier and Type Method Description java.util.List<StrategyRegistrationProvider>
StrategyRegistrationProviderList. getStrategyRegistrationProviders()
-
Uses of StrategyRegistrationProvider in org.hibernate.testing.cache
Classes in org.hibernate.testing.cache that implement StrategyRegistrationProvider Modifier and Type Class Description class
StrategyRegistrationProviderImpl
Makes the JCache RegionFactory available to the HibernateStrategySelector
service under a number of keys.
-