Uses of Interface
org.hibernate.boot.registry.selector.StrategyRegistrationProvider
-
Packages that use StrategyRegistrationProvider Package Description org.hibernate.agroal.internal Implementation of ConnectionProvider using Agroal.org.hibernate.boot.registry Defines service registry contracts a program may use for configuring Hibernate.org.hibernate.c3p0.internal Implementation of ConnectionProvider using the c3p0 Connection pool.org.hibernate.cache.jcache.internal org.hibernate.envers.boot.internal org.hibernate.hikaricp.internal Implementation of ConnectionProvider using HikariCP.org.hibernate.jpa.boot.spi org.hibernate.proxool.internal Implementation of ConnectionProvider using the proxool Connection pool.org.hibernate.testing.cache org.hibernate.vibur.internal Implementation of ConnectionProvider using ViburDBCP. -
-
Uses of StrategyRegistrationProvider in org.hibernate.agroal.internal
Classes in org.hibernate.agroal.internal that implement StrategyRegistrationProvider Modifier and Type Class Description class
StrategyRegistrationProviderImpl
Provides theAgroalConnectionProvider
to theStrategySelector
service. -
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. -
Uses of StrategyRegistrationProvider in org.hibernate.c3p0.internal
Classes in org.hibernate.c3p0.internal that implement StrategyRegistrationProvider Modifier and Type Class Description class
StrategyRegistrationProviderImpl
Provides theC3P0ConnectionProvider
to theStrategySelector
service. -
Uses of StrategyRegistrationProvider in org.hibernate.cache.jcache.internal
Classes in org.hibernate.cache.jcache.internal that implement StrategyRegistrationProvider Modifier and Type Class Description class
StrategyRegistrationProviderImpl
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 StrategyRegistrationProvider Modifier and Type Class Description class
AuditStrategyRegistrationProvider
Provides the audit strategy implementations to theStrategySelector
service.class
ModifiedColumnNamingStrategyRegistrationProvider
-
Uses of StrategyRegistrationProvider in org.hibernate.hikaricp.internal
Classes in org.hibernate.hikaricp.internal that implement StrategyRegistrationProvider Modifier and Type Class Description class
StrategyRegistrationProviderImpl
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 StrategyRegistrationProvider Modifier and Type Method Description List<StrategyRegistrationProvider>
StrategyRegistrationProviderList. getStrategyRegistrationProviders()
-
Uses of StrategyRegistrationProvider in org.hibernate.proxool.internal
Classes in org.hibernate.proxool.internal that implement StrategyRegistrationProvider Modifier and Type Class Description class
StrategyRegistrationProviderImpl
Provides theProxoolConnectionProvider
to theStrategySelector
service. -
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. -
Uses of StrategyRegistrationProvider in org.hibernate.vibur.internal
Classes in org.hibernate.vibur.internal that implement StrategyRegistrationProvider Modifier and Type Class Description class
StrategyRegistrationProviderImpl
Provides theViburDBCPConnectionProvider
to theStrategySelector
service.
-