Uses of Class
liquibase.Scope
-
Uses of Scope in liquibase
Modifier and TypeMethodDescriptionstatic Scope
Scope.getCurrentScope()
abstract Scope
ScopeManager.getCurrentScope()
SingletonScopeManager.getCurrentScope()
ThreadLocalScopeManager.getCurrentScope()
Deprecated.Scope.getParent()
Returns the parent scope to this scope.protected abstract Scope
protected Scope
protected Scope
Deprecated.Modifier and TypeMethodDescriptionprotected abstract Scope
protected Scope
protected Scope
Deprecated.protected abstract void
ScopeManager.setCurrentScope
(Scope scope) protected void
SingletonScopeManager.setCurrentScope
(Scope scope) protected void
ThreadLocalScopeManager.setCurrentScope
(Scope scope) Deprecated. -
Uses of Scope in liquibase.configuration