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