Uses of Interface
org.flywaydb.core.api.errorhandler.ErrorHandler
-
Packages that use ErrorHandler 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.configuration Interfaces for Flyway configuration injection. -
-
Uses of ErrorHandler in org.flywaydb.core
Methods in org.flywaydb.core that return ErrorHandler Modifier and Type Method Description ErrorHandler[]Flyway. getErrorHandlers()Deprecated.Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0.Methods in org.flywaydb.core with parameters of type ErrorHandler Modifier and Type Method Description voidFlyway. setErrorHandlers(ErrorHandler... errorHandlers)Deprecated.ErrorHandlers have been deprecated and will be removed in Flyway 6.0 use statement-level callbacks instead. -
Uses of ErrorHandler in org.flywaydb.core.api.configuration
Methods in org.flywaydb.core.api.configuration that return ErrorHandler Modifier and Type Method Description ErrorHandler[]ClassicConfiguration. getErrorHandlers()ErrorHandler[]Configuration. getErrorHandlers()Deprecated.ErrorHandlers have been deprecated and will be removed in Flyway 6.0 use statement-level callbacks instead.ErrorHandler[]FluentConfiguration. getErrorHandlers()Methods in org.flywaydb.core.api.configuration with parameters of type ErrorHandler Modifier and Type Method Description FluentConfigurationFluentConfiguration. errorHandlers(ErrorHandler... errorHandlers)Deprecated.ErrorHandlers have been deprecated and will be removed in Flyway 6.0 use statement-level callbacks instead.voidClassicConfiguration. setErrorHandlers(ErrorHandler... errorHandlers)Deprecated.ErrorHandlers have been deprecated and will be removed in Flyway 6.0 use statement-level callbacks instead.
-