Package | Description |
---|---|
liquibase |
Liquibase top level namespace package.
|
Modifier and Type | Method and Description |
---|---|
Scope |
SingletonScopeFactory.getCurrentScope() |
static Scope |
Scope.getCurrentScope() |
abstract Scope |
ScopeManager.getCurrentScope() |
Scope |
Scope.getParent()
Returns the parent scope to this scope.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SingletonScopeFactory.setCurrentScope(Scope scope) |
protected abstract void |
ScopeManager.setCurrentScope(Scope scope) |
Constructor and Description |
---|
Scope(Scope parent,
Map<String,Object> scopeValues) |
Copyright © 2020 Liquibase.org. All rights reserved.