Package io.ebean.migration
Interface ConfigurationAware
-
public interface ConfigurationAware
Marks a class as configuration aware (JdbcMigrations) Configuration aware classes get the migration configuration injected upon creation. The implementer is responsible for correctly storing the provided MigrationConfig (usually in a field).- Author:
- Roland Praml, FOCONIS AG
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetMigrationConfig(MigrationConfig config)Set the configuration being used.
-
-
-
Method Detail
-
setMigrationConfig
void setMigrationConfig(MigrationConfig config)
Set the configuration being used.
-
-