Uses of Class
org.jdbi.v3.testing.junit5.JdbiFlywayMigration
Packages that use JdbiFlywayMigration
-
Uses of JdbiFlywayMigration in org.jdbi.v3.testing.junit5
Methods in org.jdbi.v3.testing.junit5 that return JdbiFlywayMigrationModifier and TypeMethodDescriptionJdbiFlywayMigration.cleanAfter()
Deprecated.The default changed to true so this call actually does nothing.JdbiFlywayMigration.cleanAfter
(boolean cleanAfter) Drop all objects in the configured schemas using Flyway after the test finishes.static JdbiFlywayMigration
JdbiFlywayMigration.flywayMigration()
Returns an instance ofJdbiFlywayMigration
which can be configured and used as aJdbiExtensionInitializer
.JdbiFlywayMigration.withDefaultPath()
Use Defaultdb/migration
Flyway schema migration location.Add a custom flyway migration path.Add custom flyway migration paths.JdbiFlywayMigration.withSchema
(String schema) Add flyway migration schema.JdbiFlywayMigration.withSchemas
(String... moreSchemas) Add flyway migration schemas.