Package liquibase.change.custom
Interface CustomChangeChecksum
public interface CustomChangeChecksum
Interface to implement that allows a custom change to generate its own checksum.
-
Method Summary
Modifier and TypeMethodDescriptionGenerates a checksum for the current state of the change.
-
Method Details
-
generateChecksum
CheckSum generateChecksum()Generates a checksum for the current state of the change.- Returns:
- the generated checksum
-