Uses of Interface
cn.dinodev.spring.commons.sys.Tenant
Packages that use Tenant
-
Uses of Tenant in cn.dinodev.spring.commons.context
Methods in cn.dinodev.spring.commons.context that return TenantModifier and TypeMethodDescriptionstatic TenantContextHelper.currentTenant()DinoContext.currentTenant()获取当前租户DinoContextThreadLocalImpl.currentTenant()static TenantDinoContextThreadLocalImpl.getCurrentTenant()Methods in cn.dinodev.spring.commons.context with parameters of type TenantModifier and TypeMethodDescriptionvoidDinoContext.currentTenant(Tenant tenant) 设置当前租户信息voidDinoContextThreadLocalImpl.currentTenant(Tenant tenant) static voidDinoContextThreadLocalImpl.setCurrentTenant(Tenant tenant)