Uses of Class
org.jdbi.v3.testing.junit5.JdbiFlywayMigration
-
Uses of JdbiFlywayMigration in org.jdbi.v3.testing.junit5
Modifier and TypeMethodDescriptionJdbiFlywayMigration.cleanAfter()
Will 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.