Uses of Class
liquibase.Scope
-
Packages that use Scope Package Description liquibase Liquibase top level namespace package.liquibase.configuration -
-
Uses of Scope in liquibase
Methods in liquibase that return Scope Modifier and Type Method Description static ScopeScope. getCurrentScope()abstract ScopeScopeManager. getCurrentScope()ScopeSingletonScopeManager. getCurrentScope()ScopeThreadLocalScopeManager. getCurrentScope()ScopeScope. getParent()Returns the parent scope to this scope.protected abstract ScopeScopeManager. init(Scope scope)protected ScopeSingletonScopeManager. init(Scope scope)protected ScopeThreadLocalScopeManager. init(Scope scope)Methods in liquibase with parameters of type Scope Modifier and Type Method Description protected abstract ScopeScopeManager. init(Scope scope)protected ScopeSingletonScopeManager. init(Scope scope)protected ScopeThreadLocalScopeManager. init(Scope scope)protected abstract voidScopeManager. setCurrentScope(Scope scope)protected voidSingletonScopeManager. setCurrentScope(Scope scope)protected voidThreadLocalScopeManager. setCurrentScope(Scope scope)Constructors in liquibase with parameters of type Scope Constructor Description Scope(Scope parent, Map<String,Object> scopeValues)ThreadLocalScopeManager(Scope rootScope) -
Uses of Scope in liquibase.configuration
Methods in liquibase.configuration with parameters of type Scope Modifier and Type Method Description voidLiquibaseConfiguration. init(Scope scope)Finishes configuration of this service.
-