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