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 classStrategyRegistrationProviderImplProvides theAgroalConnectionProviderto theStrategySelectorservice. -
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.c3p0.internal
Classes in org.hibernate.c3p0.internal that implement StrategyRegistrationProvider Modifier and Type Class Description classStrategyRegistrationProviderImplProvides theC3P0ConnectionProviderto theStrategySelectorservice. -
Uses of StrategyRegistrationProvider in org.hibernate.cache.jcache.internal
Classes in org.hibernate.cache.jcache.internal that implement StrategyRegistrationProvider Modifier and Type Class Description classStrategyRegistrationProviderImplMakes the JCache RegionFactory available to the HibernateStrategySelectorservice 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 classAuditStrategyRegistrationProviderProvides the audit strategy implementations to theStrategySelectorservice.classModifiedColumnNamingStrategyRegistrationProvider -
Uses of StrategyRegistrationProvider in org.hibernate.hikaricp.internal
Classes in org.hibernate.hikaricp.internal that implement StrategyRegistrationProvider Modifier and Type Class Description classStrategyRegistrationProviderImplProvides theHikariCPConnectionProviderto theStrategySelectorservice. -
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 classStrategyRegistrationProviderImplProvides theProxoolConnectionProviderto theStrategySelectorservice. -
Uses of StrategyRegistrationProvider in org.hibernate.testing.cache
Classes in org.hibernate.testing.cache that implement StrategyRegistrationProvider Modifier and Type Class Description classStrategyRegistrationProviderImplMakes the JCache RegionFactory available to the HibernateStrategySelectorservice 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 classStrategyRegistrationProviderImplProvides theViburDBCPConnectionProviderto theStrategySelectorservice.
-