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() |
Map<String,Object> |
getScopedObjects()
If overridden, enters a new
Scope, in which the provided objects are available. |
void |
initialize(Bootstrap<?> bootstrap) |
String |
name() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrungetDataSourceFactorypublic final void initialize(Bootstrap<?> bootstrap)
initialize in interface ConfiguredBundle<T extends Configuration>public String getMigrationsFileName()
public String name()
Copyright © 2011. All rights reserved.