Uses of Interface
org.hibernate.boot.registry.selector.StrategyRegistrationProvider
Packages that use StrategyRegistrationProvider
Package
Description
Implementation of ConnectionProvider using Agroal.
Defines service registry contracts a program may use for
configuring Hibernate.
Implementation of ConnectionProvider using the c3p0 Connection pool.
Implementation of ConnectionProvider using HikariCP.
-
Uses of StrategyRegistrationProvider in org.hibernate.agroal.internal
Classes in org.hibernate.agroal.internal that implement StrategyRegistrationProviderModifier and TypeClassDescriptionfinal class
Provides theAgroalConnectionProvider
to theStrategySelector
service. -
Uses of StrategyRegistrationProvider in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry with parameters of type StrategyRegistrationProviderModifier and TypeMethodDescriptionBootstrapServiceRegistryBuilder.applyStrategySelectors
(StrategyRegistrationProvider strategyRegistrationProvider) Applies one or more strategy selectors announced as available by the passed announcer. -
Uses of StrategyRegistrationProvider in org.hibernate.c3p0.internal
Classes in org.hibernate.c3p0.internal that implement StrategyRegistrationProviderModifier and TypeClassDescriptionfinal class
Provides theC3P0ConnectionProvider
to theStrategySelector
service. -
Uses of StrategyRegistrationProvider in org.hibernate.cache.jcache.internal
Classes in org.hibernate.cache.jcache.internal that implement StrategyRegistrationProviderModifier and TypeClassDescriptionfinal class
Makes the JCache RegionFactory available to the HibernateStrategySelector
service under a number of keys. -
Uses of StrategyRegistrationProvider in org.hibernate.envers.boot.internal
Classes in org.hibernate.envers.boot.internal that implement StrategyRegistrationProviderModifier and TypeClassDescriptionclass
Provides the audit strategy implementations to theStrategySelector
service.class
-
Uses of StrategyRegistrationProvider in org.hibernate.hikaricp.internal
Classes in org.hibernate.hikaricp.internal that implement StrategyRegistrationProviderModifier and TypeClassDescriptionfinal class
Provides theHikariCPConnectionProvider
to theStrategySelector
service. -
Uses of StrategyRegistrationProvider in org.hibernate.jpa.boot.spi
Methods in org.hibernate.jpa.boot.spi that return types with arguments of type StrategyRegistrationProviderModifier and TypeMethodDescriptionStrategyRegistrationProviderList.getStrategyRegistrationProviders()
-
Uses of StrategyRegistrationProvider in org.hibernate.testing.cache
Classes in org.hibernate.testing.cache that implement StrategyRegistrationProviderModifier and TypeClassDescriptionclass
Makes the JCache RegionFactory available to the HibernateStrategySelector
service under a number of keys.