Uses of Package
org.flywaydb.core.api.callback
-
Packages that use org.flywaydb.core.api.callback 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.org.flywaydb.core.api.configuration Interfaces for Flyway configuration injection. -
Classes in org.flywaydb.core.api.callback used by org.flywaydb.core Class Description Callback This is the main callback interface that should be implemented to handle Flyway lifecycle events.FlywayCallback Deprecated.UseCallbackinstead. -
Classes in org.flywaydb.core.api.callback used by org.flywaydb.core.api.callback Class Description Context The context relevant to an event.Error An error that occurred while executing a statement.Event The Flyway lifecycle events that can be handled in callbacks.FlywayCallback Deprecated.UseCallbackinstead.Statement The statement relevant to an event.Warning A warning that occurred while executing a statement. -
Classes in org.flywaydb.core.api.callback used by org.flywaydb.core.api.configuration Class Description Callback This is the main callback interface that should be implemented to handle Flyway lifecycle events.