public abstract class MigrationsBundle<T extends io.dropwizard.Configuration> extends Object implements io.dropwizard.Bundle, DatabaseConfiguration<T>
| Constructor and Description |
|---|
MigrationsBundle() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMigrationsFileName() |
void |
initialize(io.dropwizard.setup.Bootstrap<?> bootstrap) |
String |
name() |
void |
run(io.dropwizard.setup.Environment environment) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDataSourceFactorypublic final void initialize(io.dropwizard.setup.Bootstrap<?> bootstrap)
initialize in interface io.dropwizard.Bundlepublic String getMigrationsFileName()
public String name()
public final void run(io.dropwizard.setup.Environment environment)
run in interface io.dropwizard.BundleCopyright © 2018. All rights reserved.