Package com.axelor.db.tenants
-
Interface Summary Interface Description TenantConfig The contract to provide tenant connection settings.TenantConfigProvider The contract to provideTenantConfig
. -
Class Summary Class Description TenantAware A Thread implementation that makes a thread tenant-aware by setting the tenant configuration before executing its task and clearing it afterward.TenantConfigImpl The default implementation ofTenantConfig
uses configuration provided from axelor-config.properties.TenantConfigProviderImpl The defaultTenantConfigProvider
implementation.TenantConnectionProvider The tenant connection provider.TenantFilter TenantInfo TenantModule A Guice module to provide multi-tenancy support.TenantResolver The tenant identifier resolver. -
Exception Summary Exception Description BadTenantException TenantNotFoundException