Uses of Interface
org.hibernate.boot.registry.selector.StrategyRegistration
-
Packages that use StrategyRegistration Package Description org.hibernate.agroal.internal Implementation of ConnectionProvider using Agroal.org.hibernate.boot.registry.selector Defines a feature set around named registration of implementations of various contracts and the ability to select those implementations.org.hibernate.boot.registry.selector.internal Internals for building StrategySelectororg.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.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 StrategyRegistration in org.hibernate.agroal.internal
Methods in org.hibernate.agroal.internal that return types with arguments of type StrategyRegistration Modifier and Type Method Description Iterable<StrategyRegistration>
StrategyRegistrationProviderImpl. getStrategyRegistrations()
-
Uses of StrategyRegistration in org.hibernate.boot.registry.selector
Classes in org.hibernate.boot.registry.selector that implement StrategyRegistration Modifier and Type Class Description class
SimpleStrategyRegistrationImpl<T>
A simple implementation of StrategyRegistration.Methods in org.hibernate.boot.registry.selector that return types with arguments of type StrategyRegistration Modifier and Type Method Description Iterable<StrategyRegistration>
StrategyRegistrationProvider. 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 StrategyRegistration Modifier and Type Method Description <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 Modifier and Type Method Description Iterable<StrategyRegistration>
StrategyRegistrationProviderImpl. getStrategyRegistrations()
-
Uses of StrategyRegistration in org.hibernate.cache.jcache.internal
Methods in org.hibernate.cache.jcache.internal that return types with arguments of type StrategyRegistration Modifier and Type Method Description Iterable<StrategyRegistration>
StrategyRegistrationProviderImpl. getStrategyRegistrations()
-
Uses of StrategyRegistration in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal that return types with arguments of type StrategyRegistration Modifier and Type Method Description Iterable<StrategyRegistration>
AuditStrategyRegistrationProvider. getStrategyRegistrations()
Iterable<StrategyRegistration>
ModifiedColumnNamingStrategyRegistrationProvider. getStrategyRegistrations()
-
Uses of StrategyRegistration in org.hibernate.hikaricp.internal
Methods in org.hibernate.hikaricp.internal that return types with arguments of type StrategyRegistration Modifier and Type Method Description Iterable<StrategyRegistration>
StrategyRegistrationProviderImpl. getStrategyRegistrations()
-
Uses of StrategyRegistration in org.hibernate.proxool.internal
Methods in org.hibernate.proxool.internal that return types with arguments of type StrategyRegistration Modifier and Type Method Description Iterable<StrategyRegistration>
StrategyRegistrationProviderImpl. getStrategyRegistrations()
-
Uses of StrategyRegistration in org.hibernate.testing.cache
Methods in org.hibernate.testing.cache that return types with arguments of type StrategyRegistration Modifier and Type Method Description Iterable<StrategyRegistration>
StrategyRegistrationProviderImpl. getStrategyRegistrations()
-
Uses of StrategyRegistration in org.hibernate.vibur.internal
Methods in org.hibernate.vibur.internal that return types with arguments of type StrategyRegistration Modifier and Type Method Description Iterable<StrategyRegistration>
StrategyRegistrationProviderImpl. getStrategyRegistrations()
-