Uses of Interface
migratedb.v1.core.api.callback.Context
Packages that use Context
Package
Description
Interfaces for MigrateDB lifecycle callbacks.
Private API.
-
Uses of Context in migratedb.v1.core.api.callback
Methods in migratedb.v1.core.api.callback with parameters of type ContextModifier and TypeMethodDescriptionbooleanBaseCallback.canHandleInTransaction(Event event, Context context) booleanCallback.canHandleInTransaction(Event event, Context context) Whether this event can be handled in a transaction or whether it must be handled outside a transaction instead.voidHandles this MigrateDB lifecycle event.booleanbooleanWhether this callback supports this event or not. -
Uses of Context in migratedb.v1.core.internal.callback
Classes in migratedb.v1.core.internal.callback that implement ContextMethods in migratedb.v1.core.internal.callback with parameters of type Context