class ApplicationEvolutions extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApplicationEvolutions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ApplicationEvolutions(config: EvolutionsConfig, reader: EvolutionsReader, evolutions: EvolutionsApi, dynamicEvolutions: DynamicEvolutions, dbApi: DBApi, environment: Environment, webCommands: WebCommands)
- Annotations
- @Inject()
Value Members
- def start(): Unit
Checks the evolutions state.
Checks the evolutions state. Called on construction.
- def upToDate: Boolean
Indicates if the process of applying evolutions scripts is finished or not.
Indicates if the process of applying evolutions scripts is finished or not. Only if that method returns true you can be sure that all evolutions scripts were executed successfully.
- returns
true if all evolutions scripts were applied (or resolved) successfully.
Run evolutions on application startup. Automatically runs on construction.