Package org.hibernate.testing.orm.junit
Interface SettingProvider.Provider<S>
- All Known Implementing Classes:
ImplicitListAsBagProvider
,ImplicitListAsListProvider
,PreparedStatementSpyConnectionProviderSettingProvider
- Enclosing class:
- SettingProvider
public static interface SettingProvider.Provider<S>
Contract for providing a value
-
Method Summary
-
Method Details
-
getSetting
S getSetting()Get the setting value
-