Interface DatabasePreparer
Deprecated.
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
Deprecated.
-
-
Method Details
-
prepare
Deprecated.- Throws:
SQLException
-
EmbeddedPostgresPreparer
withDataSource
as type parameter.