Uses of Interface
liquibase.snapshot.SnapshotListener
Packages that use SnapshotListener
-
Uses of SnapshotListener in liquibase.command.core
Fields in liquibase.command.core with type parameters of type SnapshotListenerModifier and TypeFieldDescriptionstatic final CommandArgumentDefinition<SnapshotListener>
DiffCommandStep.SNAPSHOT_LISTENER_ARG
static final CommandArgumentDefinition<SnapshotListener>
InternalSnapshotCommandStep.SNAPSHOT_LISTENER_ARG
Methods in liquibase.command.core that return SnapshotListenerModifier and TypeMethodDescriptionDiffCommand.getSnapshotListener()
Deprecated.SnapshotCommand.getSnapshotListener()
Deprecated.Methods in liquibase.command.core with parameters of type SnapshotListenerModifier and TypeMethodDescriptionDiffCommand.setSnapshotListener
(SnapshotListener snapshotListener) Deprecated.void
SnapshotCommand.setSnapshotListener
(SnapshotListener snapshotListener) Deprecated. -
Uses of SnapshotListener in liquibase.snapshot
Methods in liquibase.snapshot that return SnapshotListenerMethods in liquibase.snapshot with parameters of type SnapshotListenerModifier and TypeMethodDescriptionvoid
SnapshotControl.setSnapshotListener
(SnapshotListener snapshotListener)