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
-
Method Summary
-
Field Details
-
NOOP_PREPARER
-
-
Method Details
-
prepare
- Throws:
SQLException
-