public class ThreadLocalScopeManager extends ScopeManager
SingletonScopeManager
which manages a separate Scope per thread.Scope.setScopeManager(new ThreadLocalScopeManager()).
Constructor and Description |
---|
ThreadLocalScopeManager() |
Modifier and Type | Method and Description |
---|---|
Scope |
getCurrentScope() |
protected Scope |
init(Scope scope) |
protected void |
setCurrentScope(Scope scope) |
public Scope getCurrentScope()
getCurrentScope
in class ScopeManager
protected void setCurrentScope(Scope scope)
setCurrentScope
in class ScopeManager
Copyright © 2023 Liquibase.org. All rights reserved.