Uses of Interface
org.hibernate.boot.registry.selector.StrategyRegistration
Packages that use StrategyRegistration
Package
Description
Implementation of ConnectionProvider using Agroal.
Defines a feature set around named registration of implementations of various contracts
and the ability to select those implementations.
Internals for building StrategySelector
Implementation of ConnectionProvider using the c3p0 Connection pool.
Implementation of ConnectionProvider using HikariCP.
-
Uses of StrategyRegistration in org.hibernate.agroal.internal
Methods in org.hibernate.agroal.internal that return types with arguments of type StrategyRegistration -
Uses of StrategyRegistration in org.hibernate.boot.registry.selector
Classes in org.hibernate.boot.registry.selector that implement StrategyRegistrationModifier and TypeClassDescriptionclass
A simple implementation of StrategyRegistration.Methods in org.hibernate.boot.registry.selector that return types with arguments of type StrategyRegistrationModifier and TypeMethodDescriptionStrategyRegistrationProvider.getStrategyRegistrations()
Get allStrategyRegistration
s announced by this provider. -
Uses of StrategyRegistration in org.hibernate.boot.registry.selector.internal
Methods in org.hibernate.boot.registry.selector.internal with parameters of type StrategyRegistrationModifier and TypeMethodDescription<T> void
StrategySelectorBuilder.addExplicitStrategyRegistration
(StrategyRegistration<T> strategyRegistration) Adds an explicit (as opposed to discovered) strategy registration. -
Uses of StrategyRegistration in org.hibernate.c3p0.internal
Methods in org.hibernate.c3p0.internal that return types with arguments of type StrategyRegistration -
Uses of StrategyRegistration in org.hibernate.cache.jcache.internal
Methods in org.hibernate.cache.jcache.internal that return types with arguments of type StrategyRegistration -
Uses of StrategyRegistration in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal that return types with arguments of type StrategyRegistrationModifier and TypeMethodDescriptionAuditStrategyRegistrationProvider.getStrategyRegistrations()
ModifiedColumnNamingStrategyRegistrationProvider.getStrategyRegistrations()
-
Uses of StrategyRegistration in org.hibernate.hikaricp.internal
Methods in org.hibernate.hikaricp.internal that return types with arguments of type StrategyRegistration -
Uses of StrategyRegistration in org.hibernate.testing.cache
Methods in org.hibernate.testing.cache that return types with arguments of type StrategyRegistration