Interface | Description |
---|---|
DatabaseConfigurationProvider<C extends io.dropwizard.Configuration> |
Provides the configuration of a database through a
DataSourceFactory , e.g. |
HibernateBundle.FinalBuilder<T extends io.dropwizard.Configuration> | |
HibernateBundle.InitialBuilder | |
HibernateBundle.ScanPackageBuilder<T extends io.dropwizard.Configuration> |
Class | Description |
---|---|
DbMigrationService |
Service to use with a custom Command to initiate database migrations from the command line.
|
HibernateBundle<C extends io.dropwizard.Configuration> | |
HibernateBundle.Builder<T extends io.dropwizard.Configuration> | |
NonScanningHibernateBundle<T extends io.dropwizard.Configuration> |
Simple implementation of a
HibernateBundle that uses direct configuration and not package
scanning. |