Interface DatabasePreparer

All Known Implementing Classes:
FlywayPreparer

public interface DatabasePreparer
A DatabasePreparer applies an arbitrary set of changes (e.g. database migrations, user creation) to a database represented by the DataSource.

The preparation steps are expected to be deterministic.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final DatabasePreparer
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void