Keycloak Model JPA 1.9.1.Final
- java.lang.Object
-
- liquibase.lockservice.StandardLockService
-
- org.keycloak.connections.jpa.updater.liquibase.lock.DummyLockService
-
- All Implemented Interfaces:
- liquibase.lockservice.LockService, liquibase.servicelocator.PrioritizedService
public class DummyLockService
extends liquibase.lockservice.StandardLockService
Dummy lock service injected to Liquibase. Doesn't need to do anything as we already have a lock when Liquibase update is called.
- Author:
- Marek Posolda
-
-
Field Summary
-
Fields inherited from class liquibase.lockservice.StandardLockService
database, hasChangeLogLock
-
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
-
Method Summary
-
Methods inherited from class liquibase.lockservice.StandardLockService
acquireLock, destroy, forceReleaseLock, getChangeLogLockRecheckTime, getChangeLogLockWaitTime, getPriority, hasChangeLogLock, hasDatabaseChangeLogLockTable, init, isDatabaseChangeLogLockTableInitialized, listLocks, reset, setChangeLogLockRecheckTime, setChangeLogLockWaitTime, setDatabase, supports
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Keycloak Model JPA 1.9.1.Final
Copyright © 2016 JBoss by Red Hat. All rights reserved.