public abstract class MigrationsBundle<T extends Configuration> extends Object implements ConfiguredBundle<T>, DatabaseConfiguration<T>
| Constructor and Description |
|---|
MigrationsBundle() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMigrationsFileName() |
void |
initialize(Bootstrap<?> bootstrap)
Initializes the application bootstrap.
|
String |
name() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrungetDataSourceFactorypublic final void initialize(Bootstrap<?> bootstrap)
ConfiguredBundleinitialize in interface ConfiguredBundle<T extends Configuration>bootstrap - the application bootstrappublic String getMigrationsFileName()
public String name()
Copyright © 2020. All rights reserved.