Uses of Interface
org.flywaydb.core.api.callback.FlywayCallback
-
Packages that use FlywayCallback Package Description org.flywaydb.core The main Flyway package and for most users, the only one they'll ever need to know about.org.flywaydb.core.api.callback Interfaces for Flyway lifecycle callbacks. -
-
Uses of FlywayCallback in org.flywaydb.core
Methods in org.flywaydb.core with parameters of type FlywayCallback Modifier and Type Method Description voidFlyway. setCallbacks(FlywayCallback... callbacks)Deprecated.Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. -
Uses of FlywayCallback in org.flywaydb.core.api.callback
Classes in org.flywaydb.core.api.callback that implement FlywayCallback Modifier and Type Class Description classBaseFlywayCallbackDeprecated.ImplementCallbackinstead.
-