Class DatabaseChangeLogLock

java.lang.Object
liquibase.lockservice.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 Details

    • DatabaseChangeLogLock

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

    • getLockGranted

      public Date getLockGranted()
    • setLockGranted

      public void setLockGranted(Date lockGranted)