Package org.hibernate.jpa.boot.spi
Interface StrategyRegistrationProviderList
public interface StrategyRegistrationProviderList
An object that provides a list of
StrategyRegistrationProvider
s to the JPA persistence provider.
An implementation may be registered with the JPA provider using the property "hibernate.strategy_registration_provider".
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getStrategyRegistrationProviders
List<StrategyRegistrationProvider> getStrategyRegistrationProviders()
-