Uses of Interface
org.hibernate.boot.registry.selector.StrategyRegistrationProvider
-
Packages that use StrategyRegistrationProvider Package Description org.hibernate.boot.registry Defines service registry contracts a program may use for configuring Hibernate.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. -
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 List<StrategyRegistrationProvider>StrategyRegistrationProviderList. getStrategyRegistrationProviders()
-