Class DatabaseChangeLogLock


  • public class DatabaseChangeLogLock
    extends Object
    Information about the database changelog lock which allows only one instance of Liquibase to attempt to update a database at a time. Immutable class
    • Constructor Detail

      • DatabaseChangeLogLock

        public DatabaseChangeLogLock​(int id,
                                     Date lockGranted,
                                     String lockedBy)
    • Method Detail

      • getId

        public int getId()
      • getLockGranted

        public Date getLockGranted()
      • getLockedBy

        public String getLockedBy()