Interface DatabasePreparer


@Deprecated public interface DatabasePreparer
Deprecated.
Use EmbeddedPostgresPreparer with DataSource as type parameter.
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
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.