Interface HibernateBundle.InitialBuilder
-
- All Known Implementing Classes:
HibernateBundle.Builder
- Enclosing class:
- HibernateBundle<C extends io.dropwizard.Configuration>
public static interface HibernateBundle.InitialBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends io.dropwizard.Configuration>
HibernateBundle.ScanPackageBuilder<T>withConfigurationProvider(@NotNull DatabaseConfigurationProvider<T> configurationProvider)
-
-
-
Method Detail
-
withConfigurationProvider
<T extends io.dropwizard.Configuration> HibernateBundle.ScanPackageBuilder<T> withConfigurationProvider(@NotNull @NotNull DatabaseConfigurationProvider<T> configurationProvider)
- Type Parameters:
T
- Type of the Dropwizard configuration.- Parameters:
configurationProvider
- the method reference that provides theDataSourceFactory
from the applications configuration class- Returns:
- the same builder instance
-
-