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 -
-
Uses of StrategyRegistrationProvider in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry with parameters of type StrategyRegistrationProvider Modifier and Type Method Description BootstrapServiceRegistryBuilderBootstrapServiceRegistryBuilder. applyStrategySelectors(StrategyRegistrationProvider strategyRegistrationProvider)Applies one or more strategy selectors announced as available by the passed announcer.BootstrapServiceRegistryBuilderBootstrapServiceRegistryBuilder. 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()
-