Uses of Interface
liquibase.snapshot.SnapshotListener
-
Packages that use SnapshotListener Package Description liquibase.command.core liquibase.snapshot -
-
Uses of SnapshotListener in liquibase.command.core
Fields in liquibase.command.core with type parameters of type SnapshotListener Modifier and Type Field Description static CommandArgumentDefinition<SnapshotListener>DiffCommandStep. SNAPSHOT_LISTENER_ARGstatic CommandArgumentDefinition<SnapshotListener>InternalSnapshotCommandStep. SNAPSHOT_LISTENER_ARGMethods in liquibase.command.core that return SnapshotListener Modifier and Type Method Description SnapshotListenerDiffCommand. getSnapshotListener()Deprecated.SnapshotListenerSnapshotCommand. getSnapshotListener()Deprecated.Methods in liquibase.command.core with parameters of type SnapshotListener Modifier and Type Method Description DiffCommandDiffCommand. setSnapshotListener(SnapshotListener snapshotListener)Deprecated.voidSnapshotCommand. setSnapshotListener(SnapshotListener snapshotListener)Deprecated. -
Uses of SnapshotListener in liquibase.snapshot
Methods in liquibase.snapshot that return SnapshotListener Modifier and Type Method Description SnapshotListenerSnapshotControl. getSnapshotListener()Methods in liquibase.snapshot with parameters of type SnapshotListener Modifier and Type Method Description voidSnapshotControl. setSnapshotListener(SnapshotListener snapshotListener)
-