Interface HibernateBundle.InitialBuilder

    • 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 the DataSourceFactory from the applications configuration class
        Returns:
        the same builder instance