Uses of Interface
org.hibernate.boot.registry.selector.StrategyRegistration
Packages that use StrategyRegistration
Package
Description
Defines a feature set around named registration of implementations of various contracts
and the ability to select those implementations.
Internals for building StrategySelector
-
Uses of StrategyRegistration in org.hibernate.boot.registry.selector
Classes in org.hibernate.boot.registry.selector that implement StrategyRegistrationModifier and TypeClassDescriptionclassA simple implementation of StrategyRegistration.Methods in org.hibernate.boot.registry.selector that return types with arguments of type StrategyRegistrationModifier and TypeMethodDescriptionStrategyRegistrationProvider.getStrategyRegistrations()Get allStrategyRegistrations 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> voidStrategySelectorBuilder.addExplicitStrategyRegistration(StrategyRegistration<T> strategyRegistration) Adds an explicit (as opposed to discovered) strategy registration. -
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()